|
| static void | done_bittorrent_download_info (struct bittorrent_download_info *info) |
| static struct bittorrent_download_info * | init_bittorrent_download_info (struct bittorrent_meta *meta) |
| static void | add_bittorrent_meta_to_string (struct string *msg, struct bittorrent_meta *meta, struct terminal *term, int add_files) |
| void | set_bittorrent_files_for_deletion (struct download *download) |
| void | set_bittorrent_notify_on_completion (struct download *download, struct terminal *term) |
| void | notify_bittorrent_download_complete (struct bittorrent_connection *bittorrent) |
| widget_handler_status_T | dlg_show_bittorrent_info (struct dialog_data *dlg_data, struct widget_data *widget_data) |
| char * | get_bittorrent_message (struct download *download, struct terminal *term, int wide, int full, const char *separator) |
| void | draw_bittorrent_piece_progress (struct download *download, struct terminal *term, int x, int y, int width, char *text, struct color_pair *color) |
| void | bittorrent_message_dialog (struct session *ses, void *data) |
| static void | abort_bittorrent_download_query (struct dialog_data *dlg_data) |
| static widget_handler_status_T | bittorrent_download (struct dialog_data *dlg_data, struct widget_data *widget_data) |
| | The download button handler.
|
| static widget_handler_status_T | tp_show_header (struct dialog_data *dlg_data, struct widget_data *widget_data) |
| static void | bittorrent_query_callback (void *data, struct connection_state state, struct bittorrent_const_string *response) |
| | Build a dialog querying the user on how to handle a .torrent file.
|
| void | query_bittorrent_dialog (struct type_query *type_query) |