--- mqtt/inc/mqttd_calls.h 2012/01/25 10:34:14 1.1 +++ mqtt/inc/mqttd_calls.h 2012/01/27 15:05:38 1.2 @@ -0,0 +1,8 @@ +#ifndef __MQTTD_CALLS_H +#define __MQTTD_CALLS_H + + +int Publish(struct tagSession *); + + +#endif