1 #ifndef _ADMINSPACES_PROTOS_H
2 #define _ADMINSPACES_PROTOS_H
4 #include <exec/types.h>
5 #include "blockstructure.h"
6 #include "cachebuffers.h"
8 LONG
allocadminspace(struct CacheBuffer
**);
9 LONG
freeadminspace(BLCK block
);
11 #endif // _ADMINSPACES_PROTOS_H