--- libaitcfg/inc/defs.h 2012/09/18 13:24:50 1.5.8.2 +++ libaitcfg/inc/defs.h 2012/09/18 15:50:59 1.5.8.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.5.8.2 2012/09/18 13:24:50 misho Exp $ +* $Id: defs.h,v 1.5.8.3 2012/09/18 15:50:59 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -73,6 +73,7 @@ inline int cfg_Write(FILE *f, char *fmt, ...); inline int cfg_tree_cmp(struct tagCfg *, struct tagCfg *); RB_PROTOTYPE(tagRC, tagCfg, cfg_node, cfg_tree_cmp); +inline int pwd_tree_cmp(struct tagUser *, struct tagUser *); RB_PROTOTYPE(tagPWD, tagUser, usr_node, pwd_tree_cmp);