| 34355:8a5eea657b82 | 34356:5d59fd4d5b2d |
|---|---|
| 1 #ifndef _GGP_MESSAGE_PRPL_H | |
| 2 #define _GGP_MESSAGE_PRPL_H | |
| 3 | |
| 4 #include <internal.h> | |
| 5 #include <libgadu.h> | |
| 6 | |
| 7 void ggp_message_got(PurpleConnection *gc, const struct gg_event_msg *ev); | |
| 8 void ggp_message_got_multilogon(PurpleConnection *gc, | |
| 9 const struct gg_event_msg *ev); | |
| 10 | |
| 11 #endif /* _GGP_MESSAGE_PRPL_H */ |