SILC_CONFIG_CALLBACK

NAME

    #define SILC_CONFIG_CALLBACK ...

DESCRIPTION

Generic macro to define SilcConfigCallback functions. This defines a static function with name `func' as a config callback function.

SOURCE

#define SILC_CONFIG_CALLBACK(func)                              \
static int func(SilcConfigType type, const char *name,          \
                SilcUInt32 line, void *val, void *context)