debian man page for cfg_t

Query: cfg_t

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

cfg_t(3)							      confuse								  cfg_t(3)

NAME
cfg_t - Data structure holding information about a 'section'.
SYNOPSIS
#include <confuse.h> Data Fields cfg_flag_t flags Any flags passed to cfg_init(). char * name The name of this section, the root section returned from cfg_init() is always named 'root'. cfg_opt_t * opts Array of options. char * title Optional title for this section, only set if CFGF_TITLE flag is set. char * filename Name of the file being parsed. int line Line number in the config file. cfg_errfunc_t errfunc This function (if set with cfg_set_error_function) is called for any error message. Detailed Description Data structure holding information about a 'section'. Sections can be nested. A section has a list of options (strings, numbers, booleans or other sections) grouped together. Examples: ftpconf.c, reread.c, and simple.c. Field Documentation cfg_errfunc_t cfg_t::errfunc This function (if set with cfg_set_error_function) is called for any error message. Referenced by cfg_error(), cfg_init(), cfg_set_error_function(), and cfg_setopt(). Author Generated automatically by Doxygen for confuse from the source code. Version 2.7 21 Feb 2010 cfg_t(3)
Related Man Pages
size(1) - opensolaris
man(1) - v7
mtp_libmtp_devicestorage_struct(3) - debian
mtp_libmtp_file_struct(3) - debian
man(00000001) - v7
Similar Topics in the Unix Linux Community
Parsing cisco cfg to export as csv