1 #ifndef CLIB_PPCDISS_PROTOS_H
    2 #define CLIB_PPCDISS_PROTOS_H
    3 
    4 #ifndef UTILITY_TAGITEM_H
    5 # include <utility/tagitem.h>
    6 #endif
    7 
    8 
    9 #ifdef __cplusplus
   10 extern "C" {
   11 #endif /* __cplusplus */
   12 
   13 APTR	PPCDissCreateObjectTagList(struct  TagItem *);
   14 void	PPCDissDeleteObject(APTR);
   15 ULONG	PPCDissTranslateTagList(APTR,
   16 					  struct TagItem *);
   17 
   18 #if !defined(USE_INLINE_STDARG)
   19 APTR	PPCDissCreateObjectTags(Tag, ...);
   20 #endif
   21 #if !defined(USE_INLINE_STDARG)
   22 ULONG	PPCDissTranslateTags(APTR,
   23 			   Tag, ...);
   24 #endif
   25 
   26 #ifdef __cplusplus
   27 }
   28 #endif /* __cplusplus */
   29 
   30 
   31 #endif