--- mqtt/inc/defs.h 2011/12/09 13:43:55 1.1.1.1.2.18 +++ mqtt/inc/defs.h 2011/12/12 09:24:24 1.1.1.1.2.19 @@ -34,10 +34,16 @@ extern int mqtt_Errno; extern char mqtt_Error[STRSIZ]; extern struct tagCallbacks call; +extern char cliCmd[], *cliStr[]; + 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 struct tagCallbacks call; +extern sqlite3 *acc, *pub; +extern FILE *logg; #endif