File:  [ELWIX - Embedded LightWeight unIX -] / mqtt / inc / rtlm.h
Revision 1.1.2.2: download - view: text, annotated - select for diffs - revision graph
Wed Nov 23 01:07:17 2011 UTC (12 years, 7 months ago) by misho
Branches: mqtt1_0
add mkdir func

#ifndef __RTLM_H
#define __RTLM_H


void mqttLog(const char *, ...);

void *mqttLoadRTLM(sl_config*, int);
void mqttUnloadRTLM(int);

inline int mqttMkDir(sl_config *);


sqlite3 *(*mqttOpenDB)(sl_config *cfg, int modtype);
void (*mqttCloseDB)(sqlite3 *sql);


#endif

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>