--- mqtt/inc/mqttd.h 2012/04/27 10:07:50 1.2.2.8 +++ mqtt/inc/mqttd.h 2012/05/05 13:39:27 1.2.2.9 @@ -74,4 +74,9 @@ extern cfg_root_t cfg; extern pthread_mutex_t mtx_sess, mtx_pub; +/* function prototypes */ +void finiSession(struct tagSession *sess); +void *startSession(sched_task_t *task); + + #endif