Implemented clear functionality for DCC download manager. Created clear button in DCC downloaded manager interface.

This commit is contained in:
Helder Martins
2013-07-10 18:29:10 +01:00
parent 4cf61ccedb
commit 0c87c49146
3 changed files with 90 additions and 1 deletions

View File

@@ -117,6 +117,7 @@ struct dccstat_info
extern struct dccstat_info dccstat[];
gboolean is_dcc (struct DCC *dcc);
gboolean is_dcc_fcompleted (struct DCC *dcc);
void dcc_abort (session *sess, struct DCC *dcc);
void dcc_get (struct DCC *dcc);
int dcc_resume (struct DCC *dcc);