#define SILC_CONFIG_CALLBACK ...
Generic macro to define SilcConfigCallback functions. This defines a static function with name `func' as a config callback function.
#define SILC_CONFIG_CALLBACK(func) \ static int func(SilcConfigType type, const char *name, \ SilcUInt32 line, void *val, void *context)