libpurple/protocols/gg/libgadu-events.h

changeset 34437
ca6d1b4d24b5
parent 34383
4b1a106bbf1d
child 36124
3dcb9b9b7c11
equal deleted inserted replaced
34436:3282a6c292dc 34437:ca6d1b4d24b5
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 */

mercurial