diff options
author | ulim <a.sporto+bee@gmail.com> | 2008-08-04 16:21:49 +0200 |
---|---|---|
committer | ulim <a.sporto+bee@gmail.com> | 2008-08-04 16:21:49 +0200 |
commit | 4ac647dbcef152bebde7209f7c9cbbf8a5e0fc37 (patch) | |
tree | d845669fadf79af229e72230369078389b16cad8 /protocols/ft.h | |
parent | 8a90001ab2cde971abc64b8d5e4174dc4c4b0ae2 (diff) |
moved some stuff around in preperation for MSN merge.
* both ends (proto&dcc) need to finish a transfer now for it to be finished
* moved throughput calc. and some messages to dcc (no need to implement in protocols)
Diffstat (limited to 'protocols/ft.h')
-rw-r--r-- | protocols/ft.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/protocols/ft.h b/protocols/ft.h index 42333c90..1155f06f 100644 --- a/protocols/ft.h +++ b/protocols/ft.h @@ -170,4 +170,6 @@ file_transfer_t *imcb_file_send_start( struct im_connection *ic, char *user_nick void imcb_file_canceled( file_transfer_t *file, char *reason ); gboolean imcb_file_recv_start( file_transfer_t *ft ); + +void imcb_file_finished( file_transfer_t *file ); #endif |