typedef SilcUInt16 SilcIdType;
SILC ID type definitions and the ID types.
typedef SilcUInt16 SilcIdType; /* The SILC ID Types */ #define SILC_ID_NONE 0 #define SILC_ID_SERVER 1 #define SILC_ID_CLIENT 2 #define SILC_ID_CHANNEL 3