aboutsummaryrefslogtreecommitdiffstats
path: root/src/empathy-sanity-cleaning.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/empathy-sanity-cleaning.h')
-rw-r--r--src/empathy-sanity-cleaning.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/empathy-sanity-cleaning.h b/src/empathy-sanity-cleaning.h
index 593f9adce..32000163f 100644
--- a/src/empathy-sanity-cleaning.h
+++ b/src/empathy-sanity-cleaning.h
@@ -22,6 +22,12 @@
#ifndef __EMPATHY_SANITY_CLEANING_H__
#define __EMPATHY_SANITY_CLEANING_H__
-void empathy_sanity_checking_run_if_needed (void);
+#include <gio/gio.h>
+
+void empathy_sanity_checking_run_async (GAsyncReadyCallback callback,
+ gpointer user_data);
+
+gboolean empathy_sanity_checking_run_finish (GAsyncResult *result,
+ GError **error);
#endif