summaryrefslogtreecommitdiff
path: root/telepathy-logger/call-event-internal.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/call-event-internal.h')
-rw-r--r--telepathy-logger/call-event-internal.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/telepathy-logger/call-event-internal.h b/telepathy-logger/call-event-internal.h
index f5f37a3..11cf810 100644
--- a/telepathy-logger/call-event-internal.h
+++ b/telepathy-logger/call-event-internal.h
@@ -39,8 +39,8 @@ struct _TplCallEventClass
TplEventClass parent_class;
};
-const gchar * _tpl_call_event_end_reason_to_str (TplCallEndReason reason);
-TplCallEndReason _tpl_call_event_str_to_end_reason (const gchar *str);
+const gchar * _tpl_call_event_end_reason_to_str (TpCallStateChangeReason reason);
+TpCallStateChangeReason _tpl_call_event_str_to_end_reason (const gchar *str);
G_END_DECLS