revert 213 commits (to 56092) from the last month. 10 still need work to resolve...
[AROS.git] / rom / filesys / SFS / FS / nodes_protos.h
blobe06606c671c2c8e3dfcfc1a950dd2f8c7e865be1
1 #ifndef _NODES_PROTOS_H
2 #define _NODES_PROTOS_H
4 #include <exec/types.h>
5 #include "blockstructure.h"
6 #include "cachebuffers.h"
7 #include "nodes.h"
9 LONG createnode(BLCK noderoot, UWORD nodesize, struct CacheBuffer **returned_cb, struct fsNode **returned_node, NODE *returned_nodeno);
10 LONG findnode(BLCK nodeindex, UWORD nodesize, NODE nodeno, struct CacheBuffer **returned_cb, struct fsNode **returned_node);
11 LONG deletenode(BLCK noderoot, struct CacheBuffer *cb, struct fsNode *n, UWORD nodesize);
13 #endif // _NODES_PROTOS_H