--- libaitcfg/inc/aitpwd.h 2012/09/19 11:53:52 1.1.2.7 +++ libaitcfg/inc/aitpwd.h 2012/09/19 12:04:44 1.1.2.8 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitpwd.h,v 1.1.2.7 2012/09/19 11:53:52 misho Exp $ +* $Id: aitpwd.h,v 1.1.2.8 2012/09/19 12:04:44 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -200,7 +200,7 @@ int cfgAuthPasswd(pwd_root_t * __restrict pwd, const c * @arg1 = Username | UID | GID * return: NULL not found item or error and !=NULL found item */ -struct tagUser *cfg_findPasswdBy(pwd_root_t * __restrict pwd, int criteria, ...); +const struct tagUser *cfg_findPasswdBy(pwd_root_t * __restrict pwd, int criteria, ...); /* * cfg_unsetPasswd() - Unset item from passwords and free resources *