--- mqtt/inc/utils.h 2012/07/03 12:46:00 1.4 +++ mqtt/inc/utils.h 2017/10/08 22:49:24 1.5 @@ -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.5 2017/10/08 22:49:24 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