| 15 void ggp_message_got_multilogon(PurpleConnection *gc, |
15 void ggp_message_got_multilogon(PurpleConnection *gc, |
| 16 const struct gg_event_msg *ev); |
16 const struct gg_event_msg *ev); |
| 17 |
17 |
| 18 int ggp_message_send_im(PurpleConnection *gc, const char *who, |
18 int ggp_message_send_im(PurpleConnection *gc, const char *who, |
| 19 const char *message, PurpleMessageFlags flags); |
19 const char *message, PurpleMessageFlags flags); |
| |
20 gchar * ggp_message_format_to_gg(PurpleConversation *conv, const gchar *text); |
| 20 |
21 |
| 21 #endif /* _GGP_MESSAGE_PRPL_H */ |
22 #endif /* _GGP_MESSAGE_PRPL_H */ |