aboutsummaryrefslogtreecommitdiff
path: root/lib/hostcheck.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2012-11-08 22:37:53 +0100
committerDaniel Stenberg <daniel@haxx.se>2012-11-08 22:37:53 +0100
commit0af1a9d270b982fda4bc62d72d9c1063a6d6f875 (patch)
tree6c1d8afb1fceb0a95ab0390be2f06d1d9d33a80b /lib/hostcheck.h
parent1394cad30fcac7eb21adb9158dfcfab10e9f53d4 (diff)
hostcheck: only build for the actual users
and make local function static
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