--- /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 */