--- libelwix/inc/defs.h 2013/01/17 10:05:35 1.1 +++ libelwix/inc/defs.h 2013/08/12 02:10:44 1.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.1 2013/01/17 10:05:35 misho Exp $ +* $Id: defs.h,v 1.2 2013/08/12 02:10:44 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -116,7 +116,7 @@ extern const char elwix_Prog[STRSIZ]; extern int elwix_Errno; extern char elwix_Error[STRSIZ]; -inline void elwix_SetErr(int eno, char *estr, ...); +void elwix_SetErr(int eno, char *estr, ...); #endif