| 31 #define _GGP_LIBGADU_EVENTS_H |
31 #define _GGP_LIBGADU_EVENTS_H |
| 32 |
32 |
| 33 #include <internal.h> |
33 #include <internal.h> |
| 34 #include <libgadu.h> |
34 #include <libgadu.h> |
| 35 |
35 |
| |
36 #include "gg.h" |
| |
37 |
| 36 void ggp_events_user_data(PurpleConnection *gc, |
38 void ggp_events_user_data(PurpleConnection *gc, |
| 37 struct gg_event_user_data *data); |
39 struct gg_event_user_data *data); |
| 38 |
40 |
| |
41 #if GGP_ENABLE_GG11 |
| 39 void ggp_events_json(PurpleConnection *gc, struct gg_event_json_event *ev); |
42 void ggp_events_json(PurpleConnection *gc, struct gg_event_json_event *ev); |
| |
43 #endif |
| 40 |
44 |
| 41 #endif /* _GGP_LIBGADU_EVENTS_H */ |
45 #endif /* _GGP_LIBGADU_EVENTS_H */ |