1 /* Prototypes for functions defined in
5 struct anodechain
*GetAnodeChain (ULONG anodenr
, globaldata
*g
);
6 void DetachAnodeChain (struct anodechain
*chain
, globaldata
*g
);
7 BOOL
NextBlockAC (struct anodechainnode
**acnode
, ULONG
*anodeoffset
, globaldata
*g
);
8 BOOL
CorrectAnodeAC (struct anodechainnode
**acnode
, ULONG
*anodeoffset
, globaldata
*g
);
10 struct cindexblock
*GetSuperBlock (UWORD nr
, globaldata
*g
);
11 BOOL
NextBlock(struct canode
* , ULONG
* , globaldata
* );
12 BOOL
CorrectAnode(struct canode
* , ULONG
* , globaldata
* );
13 void GetAnode(struct canode
* , ULONG
, globaldata
* );
14 void SaveAnode(struct canode
* , ULONG
, globaldata
* );
15 ULONG
AllocAnode(ULONG connect
, globaldata
*g
);
16 void FreeAnode(ULONG
, globaldata
* );
18 struct cindexblock
* GetIndexBlock(UWORD
, globaldata
* );
19 void RemoveFromAnodeChain(struct canode
const * , ULONG
, ULONG
, globaldata
* );
20 void InitAnodes(struct volumedata
* , BOOL
, globaldata
* );