libxml2: copy the xml2-config to the crosstoolsdir and patch the paths in the native...
[AROS-Contrib.git] / scalos / include / clib / dtlib_protos.h
blob3151d9b39c4cf033267f8a076096d37d282c73fa
1 #ifndef CLIB_DTLIB_PROTOS_H
2 #define CLIB_DTLIB_PROTOS_H
4 /*
5 ** $Id$
6 **
7 ** C prototypes. For use with 32 bit integers only.
8 **
9 ** ©1999-2005 The Scalos Team
10 ** All Rights Reserved
13 #ifdef __cplusplus
14 extern "C" {
15 #endif /* __cplusplus */
17 #ifndef EXEC_TYPES_H
18 #include <exec/types.h>
19 #endif
20 #ifndef INTUITION_CLASSES_H
21 #include <intuition/classes.h>
22 #endif
23 Class *ObtainInfoEngine( struct Library *libBase );
25 #ifdef __cplusplus
27 #endif /* __cplusplus */
29 #endif /* CLIB_DTLIB_PROTOS_H */