1 #ifndef CLIB_WBSTART_PROTOS_H 2 #define CLIB_WBSTART_PROTOS_H 3 4 /* 5 wbstart.library C prototypes 6 7 Copyright © 2002 The MorphOS Development Team, All Rights Reserved. 8 */ 9 10 #ifndef LIBRARIES_WBSTART_H 11 # include <libraries/wbstart.h> 12 #endif 13 14 15 #ifdef __cplusplus 16 extern "C" { 17 #endif /* __cplusplus */ 18 19 LONG WBStartTagList(struct TagItem *); 20 #if !defined(USE_INLINE_STDARG) 21 LONG WBStartTags(Tag, ...); 22 #endif 23 24 #ifdef __cplusplus 25 } 26 #endif /* __cplusplus */ 27 28 29 #endif /* CLIB_WBSTART_PROTOS_H */ 30