]> git.0d.be Git - empathy.git/blobdiff - src/empathy-sanity-cleaning.h
remove released flag
[empathy.git] / src / empathy-sanity-cleaning.h
index 32000163fd26e38d16f9a30c7ba45ce14d5d5496..f7299325740e3f11d31ef671ad23fbc4b642bc6a 100644 (file)
 
 #include <gio/gio.h>
 
+G_BEGIN_DECLS
+
 void empathy_sanity_checking_run_async (GAsyncReadyCallback callback,
     gpointer user_data);
 
 gboolean empathy_sanity_checking_run_finish (GAsyncResult *result,
     GError **error);
 
+G_END_DECLS
+
 #endif