116 const xmlChar *conf_dirspec,
117 boolean *skip_def_confdir);
131 const xmlChar *revision,
145 const xmlChar *revision);
156 const xmlChar *revision);
status_t agt_conf_test_write_file(const xmlChar *confname, const xmlChar *revision)
Test Append a conf dir.
Definition: agt_conf.c:431
status_t agt_conf_create_file(const xmlChar *confname, const xmlChar *revision, agt_conf_write_fn_t conf_write_fn, void *cookie)
Create a module or bundle config in the confdir.
Definition: agt_conf.c:301
status_t agt_conf_load_files(const xmlChar *conf_filespec, val_value_t *valset, const xmlChar *conf_dirspec, boolean *skip_def_confdir)
Default main loaded first: /etc/yumapro/netconfd-pro.conf.
Definition: agt_conf.c:203
status_t agt_conf_delete_file(const xmlChar *confname, const xmlChar *revision)
Delete a module or bundle config in the confdir.
Definition: agt_conf.c:378
status_t(* agt_conf_write_fn_t)(FILE *conf_file, void *cookie)
conf file writer function callback
Definition: agt_conf.h:86
status_t
global error return code
Definition: status_enum.h:210
global error status code enumerations
one value to match one type
Definition: val.h:912
Value Node Basic Support.