--- mqtt/src/client.c 2013/01/18 10:17:22 1.4.4.1 +++ mqtt/src/client.c 2013/07/19 09:11:48 1.4.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: client.c,v 1.4.4.1 2013/01/18 10:17:22 misho Exp $ +* $Id: client.c,v 1.4.4.2 2013/07/19 09:11:48 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -129,7 +129,7 @@ CloseFile(void) } } -inline int +int SendTo(int sock, int siz) { siz = send(sock, args->msg->msg_base, siz, MSG_NOSIGNAL); @@ -142,7 +142,7 @@ SendTo(int sock, int siz) return siz; } -inline int +int RecvFrom(int sock) { struct pollfd pfd;