diff options
Diffstat (limited to 'btpd/http.h')
| -rw-r--r-- | btpd/http.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/btpd/http.h b/btpd/http.h index 4802f4e..c0dc4f4 100644 --- a/btpd/http.h +++ b/btpd/http.h @@ -20,9 +20,7 @@ int http_get(struct http **ret, void (*cb)(struct http *, struct http_res *, void *), void *arg, const char *fmt, ...); -int http_redo(struct http **http); void http_cancel(struct http *http); - int http_succeeded(struct http_res *res); void http_init(void); |