comparison libpurple/protocols/jabber/si.h @ 25433:36c73d036026

disapproval of revision '8a80f271858548f73cac50625660e87df1970bcc'
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 08 Feb 2009 00:23:13 +0000
parents e30e9779e7bf
children 050052891c55 b98519a42e53
comparison
equal deleted inserted replaced
25428:e30e9779e7bf 25433:36c73d036026
25 #include "ft.h" 25 #include "ft.h"
26 26
27 #include "jabber.h" 27 #include "jabber.h"
28 28
29 void jabber_bytestreams_parse(JabberStream *js, xmlnode *packet); 29 void jabber_bytestreams_parse(JabberStream *js, xmlnode *packet);
30 void jabber_si_parse(JabberStream *js, xmlnode *si, const char *from, const char *id); 30 void jabber_si_parse(JabberStream *js, xmlnode *packet);
31 PurpleXfer *jabber_si_new_xfer(PurpleConnection *gc, const char *who); 31 PurpleXfer *jabber_si_new_xfer(PurpleConnection *gc, const char *who);
32 void jabber_si_xfer_send(PurpleConnection *gc, const char *who, const char *file); 32 void jabber_si_xfer_send(PurpleConnection *gc, const char *who, const char *file);
33 33
34 #endif /* _PURPLE_JABBER_SI_H_ */ 34 #endif /* _PURPLE_JABBER_SI_H_ */