summaryrefslogtreecommitdiff
path: root/lib/curl_range.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/curl_range.h')
-rw-r--r--lib/curl_range.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/curl_range.h b/lib/curl_range.h
index d1f2c6d55..0a07baf14 100644
--- a/lib/curl_range.h
+++ b/lib/curl_range.h
@@ -7,7 +7,7 @@
* | (__| |_| | _ <| |___
* \___|\___/|_| \_\_____|
*
- * Copyright (C) 1998 - 2020, Daniel Stenberg, <daniel@haxx.se>, et al.
+ * Copyright (C) 1998 - 2021, Daniel Stenberg, <daniel@haxx.se>, et al.
*
* This software is licensed as described in the file COPYING, which
* you should have received as part of this distribution. The terms
@@ -25,6 +25,5 @@
#include "curl_setup.h"
#include "urldata.h"
-CURLcode Curl_range(struct connectdata *conn);
-
+CURLcode Curl_range(struct Curl_easy *data);
#endif /* HEADER_CURL_RANGE_H */