--- libaitcfg/inc/aitcfg.h 2009/09/09 10:44:41 1.2.2.2 +++ libaitcfg/inc/aitcfg.h 2009/09/23 14:20:53 1.2.2.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitcfg.h,v 1.2.2.2 2009/09/09 10:44:41 misho Exp $ +* $Id: aitcfg.h,v 1.2.2.3 2009/09/23 14:20:53 misho Exp $ * *************************************************************************/ #ifndef __AITCFG_H @@ -86,6 +86,14 @@ int WriteConfig(FILE *f, sl_config * __restrict cfg); * return: 0 ok; -1 error:: can`t write to file */ int cfg_WriteConfig(FILE *f, sl_config * __restrict cfg); + +/* + * ConcatConfig() Concat two list in one + * @cfg = Head list element of main list + * @add_cfg = Head list element of added list + * return: 0 ok; -1 error:: can`t concat lists +*/ +int ConcatConfig(sl_config * __restrict cfg, sl_config * __restrict add_cfg); /*