--- libaitcfg/inc/defs.h 2012/09/19 15:22:32 1.6 +++ libaitcfg/inc/defs.h 2013/07/18 14:59:38 1.6.6.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.6 2012/09/19 15:22:32 misho Exp $ +* $Id: defs.h,v 1.6.6.1 2013/07/18 14:59:38 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -67,13 +67,13 @@ SUCH DAMAGE. extern int cfg_Errno; extern char cfg_Error[STRSIZ]; -inline void cfg_SetErr(int eno, char *estr, ...); +void cfg_SetErr(int eno, char *estr, ...); -inline int cfg_Write(FILE *f, char *fmt, ...); +int cfg_Write(FILE *f, char *fmt, ...); -inline int cfg_tree_cmp(struct tagCfg *, struct tagCfg *); +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 *); +int pwd_tree_cmp(struct tagUser *, struct tagUser *); RB_PROTOTYPE(tagPWD, tagUser, usr_node, pwd_tree_cmp);