summary refs log tree commit diff
path: root/btpd/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'btpd/http.h')
-rw-r--r--btpd/http.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/btpd/http.h b/btpd/http.h
index 78861c6..8edaac4 100644
--- a/btpd/http.h
+++ b/btpd/http.h
@@ -24,6 +24,8 @@ int http_get(struct http **ret,
 void http_cancel(struct http *http);
 int http_succeeded(struct http_res *res);
 
+long http_server_busy_time(const char *url, long s);
+
 void http_init(void);
 
 #endif