--- mqtt/inc/rtlm.h 2012/07/03 12:46:00 1.4 +++ mqtt/inc/rtlm.h 2017/10/08 22:48:43 1.4.4.2 @@ -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.2 2017/10/08 22:48:43 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011, 2012 +Copyright 2004 - 2017 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -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 { @@ -64,7 +64,7 @@ struct tagCallbacks { /* mqtt_pub.so */ void *(*OpenPUB)(cfg_root_t *); void (*ClosePUB)(void *); - int (*InitSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*, char, ...); + int (*InitSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*, int, ...); int (*FiniSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*); int (*ChkSessPUB)(cfg_root_t *, void *, const char*, const char*, const char*);