summaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'match.h')
-rw-r--r--match.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/match.h b/match.h
index 564f5abf9..5afbe326c 100644
--- a/match.h
+++ b/match.h
@@ -26,6 +26,6 @@ int match_pattern(const char *s, const char *pattern);
26 * indicate negation). Returns -1 if negation matches, 1 if there is 26 * indicate negation). Returns -1 if negation matches, 1 if there is
27 * a positive match, 0 if there is no match at all. 27 * a positive match, 0 if there is no match at all.
28 */ 28 */
29int match_hostname(const char *host, const char *pattern, unsigned int len); 29int match_hostname(const char *host, const char *pattern, u_int len);
30 30
31#endif 31#endif