#define SILC_ID_CHANNEL_COMPARE ...
Compares Channel ID's. Returns TRUE if they match.
#define SILC_ID_CHANNEL_COMPARE(id1, id2) \ SILC_ID_COMPARE(id1, id2, sizeof(SilcChannelID))