Workbook: big pile of rendering cleanups
[AROS.git] / tools / adflib / adf_salv.h
blob4c3a6647cb346d06cf74e5158c5c2a82950f3840
1 #ifndef _ADF_SALV_H
2 #define _ADF_SALV_H 1
4 /*
5 * ADF Library. (C) 1997-1999 Laurent Clevy
7 * adf_salv.h
9 */
11 #include"prefix.h"
13 #include "adf_str.h"
15 RETCODE adfReadGenBlock(struct Volume *vol, SECTNUM nSect, struct GenBlock *block);
16 PREFIX RETCODE adfCheckEntry(struct Volume* vol, SECTNUM nSect, int level);
17 PREFIX RETCODE adfUndelEntry(struct Volume* vol, SECTNUM parent, SECTNUM nSect);
18 PREFIX struct List* adfGetDelEnt(struct Volume *vol);
19 PREFIX void adfFreeDelList(struct List* list);
22 /*##########################################################################*/
23 #endif /* _ADF_SALV_H */