--- libaitcfg/inc/aitcfg.h 2009/09/23 14:20:53 1.2.2.3 +++ libaitcfg/inc/aitcfg.h 2009/10/19 14:58:24 1.2.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcfg.h,v 1.2.2.3 2009/09/23 14:20:53 misho Exp $ +* $Id: aitcfg.h,v 1.2.2.4 2009/10/19 14:58:24 misho Exp $ * *************************************************************************/ #ifndef __AITCFG_H @@ -94,6 +94,14 @@ int cfg_WriteConfig(FILE *f, sl_config * __restrict cf * return: 0 ok; -1 error:: can`t concat lists */ int ConcatConfig(sl_config * __restrict cfg, sl_config * __restrict add_cfg); + +/* + * MergeConfig() Marge two list in one cfg and destroy add_cfg + * @cfg = Head list element of main list + * @add_cfg = Head list element of merged list (destroy after all!) + * return: 0 ok; -1 error:: can`t merge lists +*/ +int MergeConfig(sl_config * __restrict cfg, sl_config * __restrict add_cfg); /*