Call CloseDevice() before DeleteIORequest(), and don't call
[AROS.git] / rom / filesys / afs / filehandles3.h
blob503ebcc1aff319d8c2872c36b7ae4781d509b6f5
1 #ifndef FILEHANDLES3_H
2 #define FILEHANDLES3_H
4 /*
5 Copyright © 1995-2011, 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, IPTR *);
14 ULONG examineAll(struct AFSBase *, struct AfsHandle *, struct ExAllData *, struct ExAllControl *, ULONG, ULONG);
15 ULONG examineNext(struct AFSBase *, struct AfsHandle *, struct FileInfoBlock *);
17 #endif