Diff for /libaitcfg/inc/aitcfg.h between versions 1.16 and 1.16.10.1

version 1.16, 2014/04/14 19:58:21 version 1.16.10.1, 2019/12/05 14:32:36
Line 12  terms: Line 12  terms:
 All of the documentation and software included in the ELWIX and AITNET  All of the documentation and software included in the ELWIX and AITNET
 Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>  Releases is copyrighted by ELWIX - Sofia/Bulgaria <info@elwix.org>
   
Copyright 2004 - 2014Copyright 2004 - 2019
         by Michael Pounov <misho@elwix.org>.  All rights reserved.          by Michael Pounov <misho@elwix.org>.  All rights reserved.
   
 Redistribution and use in source and binary forms, with or without  Redistribution and use in source and binary forms, with or without
Line 189  int cfgConcatConfig(cfg_root_t * __restrict cfg, cfg_r Line 189  int cfgConcatConfig(cfg_root_t * __restrict cfg, cfg_r
  */   */
 int cfgMergeConfig(cfg_root_t * __restrict cfg, cfg_root_t * __restrict add_cfg);  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   * cfg_getSection() - Get entire section attributes into array
  *   *

Removed from v.1.16  
changed lines
  Added in v.1.16.10.1


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>