--- libaitmqtt/inc/defs.h 2012/07/22 22:02:44 1.3 +++ libaitmqtt/inc/defs.h 2014/04/27 16:29:40 1.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.3 2012/07/22 22:02:44 misho Exp $ +* $Id: defs.h,v 1.4 2014/04/27 16:29:40 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -66,10 +66,10 @@ SUCH DAMAGE. extern int mqtt_Errno; extern char mqtt_Error[STRSIZ]; -inline void mqtt_SetErr(int, char *, ...); -inline struct mqtthdr *_mqtt_readHEADER(mqtt_msg_t * __restrict, u_char, int *, int *); +void mqtt_SetErr(int, char *, ...); +struct mqtthdr *_mqtt_readHEADER(mqtt_msg_t * __restrict, u_char, int *, int *); -inline int mqtt_wait4data(int, u_short, short); +int mqtt_wait4data(int, u_short, short); #endif