--- mqtt/inc/utils.h 2012/07/03 12:46:00 1.4 +++ mqtt/inc/utils.h 2013/07/19 09:11:48 1.4.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: utils.h,v 1.4 2012/07/03 12:46:00 misho Exp $ +* $Id: utils.h,v 1.4.4.1 2013/07/19 09:11:48 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,9 +47,8 @@ SUCH DAMAGE. #define __UTILS_H -inline int srv_Socket(cfg_root_t * __restrict); -inline int srv_Close(int); -inline int srv_Will(struct tagSession * __restrict); +int srv_Socket(cfg_root_t * __restrict); +int srv_Close(int); #endif