--- libaitcli/inc/defs.h 2013/01/17 15:54:40 1.5.4.1 +++ libaitcli/inc/defs.h 2013/05/26 20:36:41 1.5.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.5.4.1 2013/01/17 15:54:40 misho Exp $ +* $Id: defs.h,v 1.5.4.2 2013/05/26 20:36:41 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -88,7 +88,7 @@ SUCH DAMAGE. extern int cli_Errno; extern char cli_Error[STRSIZ]; -inline void cli_SetErr(int eno, char *estr, ...); +void cli_SetErr(int eno, char *estr, ...); #endif