#ifndef SSI_E #define SSI_E typedef struct { int Service; int Payload; } SSIMsg; extern void InitSSI( void ); #endif /* SSI_E */