| 41 |
41 |
| 42 void ggp_message_got(PurpleConnection *gc, const struct gg_event_msg *ev); |
42 void ggp_message_got(PurpleConnection *gc, const struct gg_event_msg *ev); |
| 43 void ggp_message_got_multilogon(PurpleConnection *gc, |
43 void ggp_message_got_multilogon(PurpleConnection *gc, |
| 44 const struct gg_event_msg *ev); |
44 const struct gg_event_msg *ev); |
| 45 |
45 |
| 46 int ggp_message_send_im(PurpleProtocolIM *im, PurpleConnection *gc, PurpleMessage *msg); |
46 int ggp_message_send_im(PurpleProtocolIM *im, PurpleConnection *gc, PurpleConversation *conversation, PurpleMessage *msg); |
| 47 gchar * ggp_message_format_to_gg(PurpleConversation *conv, const gchar *text); |
47 gchar * ggp_message_format_to_gg(PurpleConversation *conv, const gchar *text); |
| 48 |
48 |
| 49 #endif /* PURPLE_GG_MESSAGE_PRPL_H */ |
49 #endif /* PURPLE_GG_MESSAGE_PRPL_H */ |