--- mqtt/inc/rtlm.h 2012/07/03 12:46:00 1.4 +++ mqtt/inc/rtlm.h 2013/07/19 09:11:48 1.4.4.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: rtlm.h,v 1.4 2012/07/03 12:46:00 misho Exp $ +* $Id: rtlm.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,7 +52,7 @@ void mqttLog(const char *, ...); void *mqttLoadRTLM(cfg_root_t*, int); void mqttUnloadRTLM(void*); -inline int mqttMkDir(cfg_root_t *); +int mqttMkDir(cfg_root_t *); struct tagCallbacks {