diff options
Diffstat (limited to 'segget/connection.h')
-rw-r--r-- | segget/connection.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/segget/connection.h b/segget/connection.h index 9ac5950..c1fcf6f 100644 --- a/segget/connection.h +++ b/segget/connection.h @@ -72,6 +72,7 @@ class Tconnection{ void stop(CURLcode connection_result); void inc_bytes_per_last_interval(ulong new_bytes_count); void show_connection_progress(ulong time_diff); + string get_html_connection_progress(); }; extern long script_waiting_connection_num; |