Synch'd with documentation.
[AROS.git] / rom / filesys / afs / misc.h
blob9bab4ddd5fda604d36d0bd2b288f29f4a3a8de3b
1 #ifndef MISC_H
2 #define MISC_H
4 /*
5 Copyright © 1995-2008, The AROS Development Team. All rights reserved.
6 $Id$
7 */
9 #include "os.h"
10 #include "volumes.h"
12 ULONG writeHeader(struct AFSBase *, struct Volume *, struct BlockCache *);
13 LONG getDiskInfo(struct Volume *, struct InfoData *);
14 LONG inhibit(struct AFSBase *, struct Volume *, ULONG forbid);
15 LONG format(struct AFSBase *, struct Volume *, CONST_STRPTR, ULONG);
16 LONG relabel(struct AFSBase *, struct Volume *, CONST_STRPTR, SIPTR *error);
18 #endif