comparison mcabber/src/histolog.h @ 1413:f89844a0448a

Remove useless inlines
author Mikael Berthe <mikael@lilotux.net>
date Sat, 19 Jan 2008 12:09:00 +0100
parents 3b9bbf6c4c93
children 071c8170b7de
comparison
equal deleted inserted replaced
1412:0e1ef9597420 1413:f89844a0448a
6 #include "jabglue.h" 6 #include "jabglue.h"
7 7
8 void hlog_enable(guint enable, const char *root_dir, guint loadfile); 8 void hlog_enable(guint enable, const char *root_dir, guint loadfile);
9 char *hlog_get_log_jid(const char *bjid); 9 char *hlog_get_log_jid(const char *bjid);
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 inline 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 inline 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 15
16 #endif /* __HISTOLOG_H__ */ 16 #endif /* __HISTOLOG_H__ */
17 17
18 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */ 18 /* vim: set expandtab cindent cinoptions=>2\:2(0: For Vim users... */