1 #ifndef	CLIB_TRANCE_PROTOS_H
    2 #define	CLIB_TRANCE_PROTOS_H
    3 
    4 #ifndef	EXEC_TYPES_H
    5 #include <exec/types.h>
    6 #endif
    7 
    8 #ifndef UTILITY_TAGITEM_H
    9 #include <utility/tagitem.h>
   10 #endif
   11 
   12 #ifdef __cplusplus
   13 extern "C" {
   14 #endif /* __cplusplus */
   15 
   16 void Trance_Statistics(struct TagItem *tags);
   17 
   18 #ifdef __cplusplus
   19 }
   20 #endif /* __cplusplus */
   21 
   22 #endif