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

    1: #ifndef __RTLM_H
    2: #define __RTLM_H
    3: 
    4: 
    5: void mqttLog(const char *, ...);
    6: 
    7: void *mqttLoadRTLM(sl_config*, int);
    8: void mqttUnloadRTLM(int);
    9: 
   10: inline int mqttMkDir(sl_config *);
   11: 
   12: 
   13: sqlite3 *(*mqttOpenDB)(sl_config *cfg, int modtype);
   14: void (*mqttCloseDB)(sqlite3 *sql);
   15: 
   16: 
   17: #endif

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