1.2 ! misho 1: #ifndef __MQTTD_CALLS_H ! 2: #define __MQTTD_CALLS_H ! 3: ! 4: ! 5: int Publish(struct tagSession *); ! 6: ! 7: ! 8: #endif