libpurple/protocols/gg/tcpsocket.h

changeset 34433
fa2313e5f320
child 35358
7beae478c905
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/libpurple/protocols/gg/tcpsocket.h	Thu Aug 29 11:48:15 2013 +0200
@@ -0,0 +1,13 @@
+#ifndef _GGP_TCPSOCKET_H
+#define _GGP_TCPSOCKET_H
+
+#include <internal.h>
+#include <libgadu.h>
+
+void
+ggp_tcpsocket_setup(PurpleConnection *gc, struct gg_login_params *glp);
+
+PurpleInputCondition
+ggp_tcpsocket_inputcond_gg_to_purple(enum gg_check_t check);
+
+#endif /* _GGP_TCPSOCKET_H */

mercurial