| 34432:ae98f6f112db | 34433:fa2313e5f320 |
|---|---|
| 1 #ifndef _GGP_TCPSOCKET_H | |
| 2 #define _GGP_TCPSOCKET_H | |
| 3 | |
| 4 #include <internal.h> | |
| 5 #include <libgadu.h> | |
| 6 | |
| 7 void | |
| 8 ggp_tcpsocket_setup(PurpleConnection *gc, struct gg_login_params *glp); | |
| 9 | |
| 10 PurpleInputCondition | |
| 11 ggp_tcpsocket_inputcond_gg_to_purple(enum gg_check_t check); | |
| 12 | |
| 13 #endif /* _GGP_TCPSOCKET_H */ |