--- libaitcfg/inc/aitcfg.h 2014/04/14 19:58:21 1.16 +++ libaitcfg/inc/aitcfg.h 2019/12/05 14:32:36 1.16.10.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcfg.h,v 1.16 2014/04/14 19:58:21 misho Exp $ +* $Id: aitcfg.h,v 1.16.10.1 2019/12/05 14:32:36 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004 - 2014 +Copyright 2004 - 2019 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -189,6 +189,13 @@ int cfgConcatConfig(cfg_root_t * __restrict cfg, cfg_r */ int cfgMergeConfig(cfg_root_t * __restrict cfg, cfg_root_t * __restrict add_cfg); +/* + * cfg_dumpCfg() - dump config data + * + * @cfg = Config root + * return: none + */ +void cfg_dumpCfg(cfg_root_t * __restrict cfg); /* * cfg_getSection() - Get entire section attributes into array *