added concrete implementations of putc(), getc(), getchar() and gets()
[tangerine.git] / workbench / devs / afs / misc.h
blobd6838cb4e0336c410a28950e1e52bd8ce06ee14f
1 #ifndef MISC_H
2 #define MISC_H
4 /*
5 Copyright © 1995-2003, 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 *, STRPTR, ULONG);
16 LONG relabel(struct AFSBase *, struct Volume *, STRPTR);
18 #endif