libpurple/protocols/mxit/filexfer.h

branch
release-2.x.y
changeset 37822
06278419c703
parent 28841
6b9568572bcb
equal deleted inserted replaced
37672:5e5e84e8a798 37822:06278419c703
41 gboolean mxit_xfer_enabled( PurpleConnection* gc, const char* who ); 41 gboolean mxit_xfer_enabled( PurpleConnection* gc, const char* who );
42 void mxit_xfer_tx( PurpleConnection* gc, const char* who, const char* filename ); 42 void mxit_xfer_tx( PurpleConnection* gc, const char* who, const char* filename );
43 PurpleXfer* mxit_xfer_new( PurpleConnection* gc, const char* who ); 43 PurpleXfer* mxit_xfer_new( PurpleConnection* gc, const char* who );
44 44
45 /* MXit Protocol callbacks */ 45 /* MXit Protocol callbacks */
46 void mxit_xfer_rx_offer( struct MXitSession* session, const char* username, const char* filename, int filesize, const char* fileid ); 46 void mxit_xfer_rx_offer( struct MXitSession* session, const char* username, const char* filename, unsigned int filesize, const char* fileid );
47 void mxit_xfer_rx_file( struct MXitSession* session, const char* fileid, const char* data, int datalen ); 47 void mxit_xfer_rx_file( struct MXitSession* session, const char* fileid, const char* data, unsigned int datalen );
48 48
49 49
50 #endif /* _MXIT_FILEXFER_H_ */ 50 #endif /* _MXIT_FILEXFER_H_ */

mercurial