Changeset 17a6ee9 for protocols/ft.h
- Timestamp:
- 2010-04-11T14:37:06Z (15 years ago)
- Branches:
- master
- Children:
- a87e6ba
- Parents:
- 1f92a58
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
protocols/ft.h
r1f92a58 r17a6ee9 168 168 * the canceled() and free() callbacks given in file will be called by this function. 169 169 */ 170 void imcb_file_canceled( file_transfer_t *file, char *reason );170 void imcb_file_canceled( struct im_connection *ic, file_transfer_t *file, char *reason ); 171 171 172 gboolean imcb_file_recv_start( file_transfer_t *ft );172 gboolean imcb_file_recv_start( struct im_connection *ic, file_transfer_t *ft ); 173 173 174 void imcb_file_finished( file_transfer_t *file );174 void imcb_file_finished( struct im_connection *ic, file_transfer_t *file ); 175 175 #endif
Note: See TracChangeset
for help on using the changeset viewer.