--- libaitcfg/inc/aitpwd.h 2012/09/18 13:24:50 1.1.2.3 +++ libaitcfg/inc/aitpwd.h 2012/09/18 13:32:48 1.1.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitpwd.h,v 1.1.2.3 2012/09/18 13:24:50 misho Exp $ +* $Id: aitpwd.h,v 1.1.2.4 2012/09/18 13:32:48 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -166,30 +166,16 @@ int cfgReadPasswd(FILE *f, pwd_root_t * __restrict pwd * return: -1 error or 0 ok */ int cfgWritePasswd(FILE *f, pwd_root_t * __restrict pwd); - -#if 0 /* - * ReadPasswd() Read from file and add new item to user array - * @f = file resource - * @ppwd = User array - * return: 0 ok; -1 error:: can`t allocate memory -*/ -int ReadPasswd(FILE *f, passwd_t * __restrict ppwd); -/* - * WritePasswd() Write to file from items in array - * @f = file resource - * @ppwd = User array - * return: 0 ok; -1 error:: can`t write to file -*/ -int WritePasswd(FILE *f, passwd_t * __restrict ppwd); + * cfgConcatPasswd() - Concat two password roots into one + * + * @pwd = Password root + * @add_pwd = Concated password root will be destroy after merge + * return: -1 error or 0 ok + */ +int cfgConcatPasswd(pwd_root_t * __restrict pwd, pwd_root_t * __restrict add_pwd); - -/* - * pwdCleanStr() Free strings in passwd_t value - * @pwd = User object - * return: none -*/ -inline void pwdCleanStr(passwd_t __restrict pwd); +#if 0 /* * pwdFreeValue() Free passwd_t value * @ppwd = User object