--- mqtt/inc/defs.h 2011/12/05 14:11:47 1.1.1.1.2.15 +++ mqtt/inc/defs.h 2011/12/05 16:55:40 1.1.1.1.2.16 @@ -32,6 +32,7 @@ extern char mqtt_Error[STRSIZ]; extern struct tagCallbacks call; inline void mqtt_SetErr(int eno, char *estr, ...); +inline struct mqtthdr *_mqtt_readHEADER(mqtt_msg_t * __restrict, u_char, int *, int *); extern int Verbose, Kill; extern sched_root_task_t *root;