--- libaitio/inc/defs.h 2013/03/19 17:31:38 1.10 +++ 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.10 2013/03/19 17:31:38 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 @@ -61,6 +61,8 @@ SUCH DAMAGE. #define SEMNAME_MAX 14 +#define BPF_DEV_MAX 10 + #define LOGERR { \ io_Errno = errno; \ strlcpy(io_Error, strerror(errno), STRSIZ); \ @@ -101,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