summaryrefslogtreecommitdiff
path: root/telepathy-logger/log-manager-priv.h
diff options
context:
space:
mode:
Diffstat (limited to 'telepathy-logger/log-manager-priv.h')
-rw-r--r--telepathy-logger/log-manager-priv.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/telepathy-logger/log-manager-priv.h b/telepathy-logger/log-manager-priv.h
index 8290eb28b..9c6ed6f55 100644
--- a/telepathy-logger/log-manager-priv.h
+++ b/telepathy-logger/log-manager-priv.h
@@ -30,6 +30,9 @@
gboolean tpl_log_manager_add_message (TplLogManager *manager,
TplLogEntry *message, GError **error);
+gboolean tpl_log_manager_add_message_async_finish (GAsyncResult *result,
+ GError **error);
+
void tpl_log_manager_add_message_async (TplLogManager *manager,
TplLogEntry *message, GAsyncReadyCallback callback, gpointer user_data);