aboutsummaryrefslogtreecommitdiff
path: root/lib/hostcheck.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/hostcheck.h')
-rw-r--r--lib/hostcheck.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/hostcheck.h b/lib/hostcheck.h
index 9019ccbae..51cc4aa82 100644
--- a/lib/hostcheck.h
+++ b/lib/hostcheck.h
@@ -26,7 +26,6 @@
#define CURL_HOST_NOMATCH 0
#define CURL_HOST_MATCH 1
-int Curl_hostmatch(const char *hostname, const char *pattern);
int Curl_cert_hostcheck(const char *match_pattern, const char *hostname);
#endif