--- mqtt/inc/client.h 2012/07/03 12:46:00 1.4 +++ mqtt/inc/client.h 2013/07/19 09:11:48 1.4.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: client.h,v 1.4 2012/07/03 12:46:00 misho Exp $ +* $Id: client.h,v 1.4.4.1 2013/07/19 09:11:48 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -52,8 +52,8 @@ int ConnectClient(int); void *OpenFile(void); void CloseFile(void); -inline int SendTo(int, int); -inline int RecvFrom(int); +int SendTo(int, int); +int RecvFrom(int); #endif