about summary refs log tree commit diff stats
path: root/src/tools/http_common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/http_common.h')
-rw-r--r--src/tools/http_common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/tools/http_common.h b/src/tools/http_common.h
index ac51b5a8..733d4d17 100644
--- a/src/tools/http_common.h
+++ b/src/tools/http_common.h
@@ -38,7 +38,7 @@
 
 #include "ui/window.h"
 
-void http_print_transfer(ProfWin* window, char* url, const char* fmt, ...);
-void http_print_transfer_update(ProfWin* window, char* url, const char* fmt, ...);
+void http_print_transfer(ProfWin* window, char* id, const char* fmt, ...);
+void http_print_transfer_update(ProfWin* window, char* id, const char* fmt, ...);
 
 #endif