adjust relocations for symbols of type "common" too
[AROS.git] / workbench / c / HDTool / list.h
blob9043d62f6613fd8459eaade13405d1f025c509ce
1 #ifndef LIST_H
2 #define LIST_H
4 #include <exec/types.h>
6 LONG list(char *, STRPTR);
8 #endif /* LIST_H */