added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / devs / afs / filehandles3.h
blob2639dedc233a4e521e0762a2cff3825eed5f6deb
1 #ifndef FILEHANDLES3_H
2 #define FILEHANDLES3_H
4 /*
5 Copyright © 1995-2003, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include "os.h"
10 #include "filehandles.h"
12 LONG sameLock(struct AfsHandle *, struct AfsHandle *);
13 ULONG examine(struct AFSBase *, struct AfsHandle *, struct ExAllData *, ULONG, ULONG, ULONG *);
14 ULONG examineAll(struct AFSBase *, struct AfsHandle *, struct ExAllData *, struct ExAllControl *, ULONG, ULONG);
15 ULONG examineNext(struct AFSBase *, struct AfsHandle *, struct FileInfoBlock *);
17 #endif