--- mqtt/src/utils.c 2013/07/16 14:34:58 1.4.4.2 +++ mqtt/src/utils.c 2013/07/19 09:11:48 1.4.4.3 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: utils.c,v 1.4.4.2 2013/07/16 14:34:58 misho Exp $ +* $Id: utils.c,v 1.4.4.3 2013/07/19 09:11:48 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -48,7 +48,7 @@ SUCH DAMAGE. #include "mqttd_calls.h" -inline int +int srv_Socket(cfg_root_t * __restrict cfg) { int s = -1; @@ -81,7 +81,7 @@ srv_Socket(cfg_root_t * __restrict cfg) return s; } -inline int +int srv_Close(int s) { ETRACE();