To avoid needless warnings we use generated cxx flags also if cflags are equals to...
[AROS.git] / tools / adflib / adf_link.h
blob9e00e3bd3f1e7ed1212380004568dc7d1e663891
1 #ifndef ADF_LINK_H
2 #define ADF_LINK_H 1
4 /*
5 * ADF Library. (C) 1997-1999 Laurent Clevy
7 * adf_link.h
9 *
12 #include "adf_defs.h"
14 PREFIX RETCODE adfBlockPtr2EntryName(struct Volume *vol, SECTNUM nSect, SECTNUM lPar,
15 char **name, ULONG *size);
18 #endif /* ADF_LINK_H */
19 /*##########################################################################*/