DragonFly On-Line Manual Pages
SHTK_CONFIG_INIT(3) DragonFly Library Functions Manual SHTK_CONFIG_INIT(3)
NAME
shtk_config_init - Initializes the configuration module
LIBRARY
shtk_import config
SYNOPSIS
shtk_config_init var_name1 [.. var_nameN]
DESCRIPTION
The shtk_config_init function initializes the configuration module and
prepares it to load a configuration file that may define any of the
configuration variables provided by var_name1 to var_nameN.
Only the variable names provided in the call to shtk_config_init will be
recognized when loading a configuration file with shtk_config_load(3).
SEE ALSO
shtk(3), shtk_config(3)
HISTORY
shtk_config_init first appeared in shtk 1.0.
DragonFly 6.5-DEVELOPMENT November 6, 2014 DragonFly 6.5-DEVELOPMENT