aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-message.h
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy/empathy-message.h')
-rw-r--r--libempathy/empathy-message.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libempathy/empathy-message.h b/libempathy/empathy-message.h
index 44e626a5a..95883f2db 100644
--- a/libempathy/empathy-message.h
+++ b/libempathy/empathy-message.h
@@ -72,8 +72,8 @@ gboolean empathy_message_should_highlight (EmpathyMessage
TpChannelTextMessageType empathy_message_type_from_str (const gchar *type_str);
const gchar * empathy_message_type_to_str (TpChannelTextMessageType type);
-guint empathy_message_get_id (EmpathyMessage *message);
-void empathy_message_set_id (EmpathyMessage *message, guint id);
+guint empathy_message_get_id (EmpathyMessage *message);
+void empathy_message_set_id (EmpathyMessage *message, guint id);
G_END_DECLS