Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SHTK_CONFIG_INIT(3)	     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 pre-
     pares it to load a configuration file that may define any of the configura-
     tion 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.

FreeBSD ports 15.quarterly	November 6, 2014	     SHTK_CONFIG_INIT(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=shtk_config_init&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help