diff 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
line wrap: on
line diff
--- a/mcabber/src/histolog.h	Sun Jan 13 20:28:07 2008 +0100
+++ b/mcabber/src/histolog.h	Sat Jan 19 12:09:00 2008 +0100
@@ -8,10 +8,10 @@
 void hlog_enable(guint enable, const char *root_dir, guint loadfile);
 char *hlog_get_log_jid(const char *bjid);
 void hlog_read_history(const char *bjid, GList **p_buddyhbuf, guint width);
-inline void hlog_write_message(const char *bjid, time_t timestamp, int sent,
-        const char *msg);
-inline void hlog_write_status(const char *bjid, time_t timestamp,
-        enum imstatus status, const char *status_msg);
+void hlog_write_message(const char *bjid, time_t timestamp, int sent,
+                        const char *msg);
+void hlog_write_status(const char *bjid, time_t timestamp,
+                       enum imstatus status, const char *status_msg);
 
 #endif /* __HISTOLOG_H__ */