libpurple/protocols/gg/libgaduw.h

changeset 34408
ee5663c0ffe8
parent 34373
169db6aa5e08
child 35358
7beae478c905
--- a/libpurple/protocols/gg/libgaduw.h	Thu Nov 15 14:08:33 2012 +0100
+++ b/libpurple/protocols/gg/libgaduw.h	Fri Nov 16 17:37:48 2012 +0100
@@ -49,12 +49,14 @@
 	guint inpa;
 } ggp_libgaduw_http_req;
 
+void ggp_libgaduw_setup(void);
+void ggp_libgaduw_cleanup(void);
+
+const gchar * ggp_libgaduw_version(PurpleConnection *gc);
+
 ggp_libgaduw_http_req * ggp_libgaduw_http_watch(PurpleConnection *gc,
 	struct gg_http *h, ggp_libgaduw_http_cb cb, gpointer user_data,
 	gboolean show_processing);
 void ggp_libgaduw_http_cancel(ggp_libgaduw_http_req *req);
 
-const gchar * ggp_libgaduw_version(PurpleConnection *gc);
-
-
 #endif /* _GGP_LIBGADUW_H */

mercurial