#define SILC_ID_SERVER_COMPARE ...
Compares Server ID's. Returns TRUE if they match.
#define SILC_ID_SERVER_COMPARE(id1, id2) \ SILC_ID_COMPARE(id1, id2, sizeof(SilcServerID))