diff options
Diffstat (limited to 'lib/urlapi-int.h')
-rw-r--r-- | lib/urlapi-int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urlapi-int.h b/lib/urlapi-int.h index 0ac5d9e0c..425723309 100644 --- a/lib/urlapi-int.h +++ b/lib/urlapi-int.h @@ -28,7 +28,7 @@ bool Curl_is_absolute_url(const char *url, char *scheme, size_t buflen); #ifdef DEBUGBUILD -CURLUcode Curl_parse_port(struct Curl_URL *u, char *hostname); +CURLUcode Curl_parse_port(struct Curl_URL *u, char *hostname, bool); #endif #endif /* HEADER_CURL_URLAPI_INT_H */ |