--- libaitio/inc/defs.h 2013/06/26 22:48:53 1.11 +++ libaitio/inc/defs.h 2013/08/13 00:17:28 1.12 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.11 2013/06/26 22:48:53 misho Exp $ +* $Id: defs.h,v 1.12 2013/08/13 00:17:28 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -103,7 +103,7 @@ typedef struct _tagSessHdr { extern int io_Errno; extern char io_Error[STRSIZ]; -inline void io_SetErr(int eno, char *estr, ...); +void io_SetErr(int eno, char *estr, ...); #endif