silc_config_open

SYNOPSIS

    SilcConfigFile *silc_config_open(char *configfile);

DESCRIPTION

Tries to open the config file `configfile' and returns a valid File object on success, or NULL on failure. An File object created this way must be destroyed with the function silc_config_close().