--- mqtt/inc/utils.h 2011/11/29 23:31:56 1.1.2.1 +++ mqtt/inc/utils.h 2012/06/29 15:43:13 1.2.2.3 @@ -2,4 +2,9 @@ #define __UTILS_H +inline int srv_Socket(cfg_root_t * __restrict); +inline int srv_Close(int); +inline int srv_Will(struct tagSession * __restrict); + + #endif