mcabber/src/histolog.h
changeset 1437 071c8170b7de
parent 1413 f89844a0448a
child 1598 a087125d8fc8
equal deleted inserted replaced
1436:6fb141142388 1437:071c8170b7de
    10 void hlog_read_history(const char *bjid, GList **p_buddyhbuf, guint width);
    10 void hlog_read_history(const char *bjid, GList **p_buddyhbuf, guint width);
    11 void hlog_write_message(const char *bjid, time_t timestamp, int sent,
    11 void hlog_write_message(const char *bjid, time_t timestamp, int sent,
    12                         const char *msg);
    12                         const char *msg);
    13 void hlog_write_status(const char *bjid, time_t timestamp,
    13 void hlog_write_status(const char *bjid, time_t timestamp,
    14                        enum imstatus status, const char *status_msg);
    14                        enum imstatus status, const char *status_msg);
       
    15 void hlog_save_state(void);
       
    16 void hlog_load_state(void);
    15 
    17 
    16 #endif /* __HISTOLOG_H__ */
    18 #endif /* __HISTOLOG_H__ */
    17 
    19 
    18 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */
    20 /* vim: set expandtab cindent cinoptions=>2\:2(0:  For Vim users... */