00001
00005 #ifndef RAZORBACK_INSPECTORQUEUE_H
00006 #define RAZORBACK_INSPECTORQUEUE_H
00007
00008 #include <razorback/visibility.h>
00009 #include <razorback/types.h>
00010 #include <razorback/messages.h>
00011
00012 #ifdef __cplusplus
00013 extern "C" {
00014 #endif
00015
00021 SO_PUBLIC extern struct Queue * InspectorQueue_Initialize (uuid_t p_pApplicationType,
00022 int p_iFlags);
00023
00026 SO_PUBLIC extern void InspectorQueue_Terminate (uuid_t p_pApplicationType);
00027
00028 #ifdef __cplusplus
00029 }
00030 #endif
00031 #endif // RAZORBACK_INSPECTORQUEUE_H