--- libaitmqtt/inc/defs.h 2012/01/27 15:16:40 1.1.1.1.2.3 +++ libaitmqtt/inc/defs.h 2012/05/08 09:07:31 1.1.1.1.2.4 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.1.1.1.2.3 2012/01/27 15:16:40 misho Exp $ +* $Id: defs.h,v 1.1.1.1.2.4 2012/05/08 09:07:31 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -63,8 +63,10 @@ SUCH DAMAGE. extern int mqtt_Errno; extern char mqtt_Error[STRSIZ]; -inline void mqtt_SetErr(int eno, char *estr, ...); +inline void mqtt_SetErr(int, char *, ...); inline struct mqtthdr *_mqtt_readHEADER(mqtt_msg_t * __restrict, u_char, int *, int *); + +inline int mqtt_wait4data(int, u_short, short); #endif