mcabber/src/histolog.h
changeset 221 73f6ce668ba8
parent 178 cfefae4b6de9
child 281 f562b9af2de7
equal deleted inserted replaced
220:8dfdc6f1778e 221:73f6ce668ba8
     8 void hlog_enable(guint enable, char *root_dir, guint loadfile);
     8 void hlog_enable(guint enable, char *root_dir, guint loadfile);
     9 void hlog_read_history(const char *jid, GList **p_buddyhbuf, guint width);
     9 void hlog_read_history(const char *jid, GList **p_buddyhbuf, guint width);
    10 inline void hlog_write_message(const char *jid, time_t timestamp, int sent,
    10 inline void hlog_write_message(const char *jid, time_t timestamp, int sent,
    11         const char *msg);
    11         const char *msg);
    12 inline void hlog_write_status(const char *jid, time_t timestamp,
    12 inline void hlog_write_status(const char *jid, time_t timestamp,
    13         enum imstatus status);
    13         enum imstatus status, const char *status_msg);
    14 
    14 
    15 #endif /* __HISTOLOG_H__ */
    15 #endif /* __HISTOLOG_H__ */
    16 
    16