| 20 #ifndef _MYSPACE_ZAP_H |
20 #ifndef _MYSPACE_ZAP_H |
| 21 #define _MYSPACE_ZAP_H |
21 #define _MYSPACE_ZAP_H |
| 22 |
22 |
| 23 GList *msim_attention_types(PurpleAccount *acct); |
23 GList *msim_attention_types(PurpleAccount *acct); |
| 24 gboolean msim_send_attention(PurpleConnection *gc, const gchar *username, guint code); |
24 gboolean msim_send_attention(PurpleConnection *gc, const gchar *username, guint code); |
| 25 GList *msim_blist_node_menu(PurpleBlistNode *node); |
25 GList *msim_blist_node_menu(PurpleBListNode *node); |
| 26 gboolean msim_incoming_zap(MsimSession *session, MsimMessage *msg); |
26 gboolean msim_incoming_zap(MsimSession *session, MsimMessage *msg); |
| 27 |
27 |
| 28 #endif /* !_MYSPACE_ZAP_H */ |
28 #endif /* !_MYSPACE_ZAP_H */ |