mcabber/src/histolog.h
changeset 113 8ac67e951eab
parent 110 3d41aca3d878
child 177 a51ce78a0e2a
equal deleted inserted replaced
112:edb5591e2e64 113:8ac67e951eab
     1 #ifndef __HISTOLOG_H__
     1 #ifndef __HISTOLOG_H__
     2 #define __HISTOLOG_H__ 1
     2 #define __HISTOLOG_H__ 1
     3 
     3 
     4 #include <glib.h>
     4 #include <glib.h>
     5 
     5 
       
     6 #include "jabglue.h"
       
     7 
       
     8 void hlog_enable(guint enable, char *root_dir);
       
     9 inline void hlog_write_message(const char *jid, time_t timestamp, int sent,
       
    10         const char *msg);
       
    11 inline void hlog_write_status(const char *jid, time_t timestamp,
       
    12         enum imstatus status);
     6 
    13 
     7 #endif /* __HISTOLOG_H__ */
    14 #endif /* __HISTOLOG_H__ */
     8 
    15