X-Git-Url: http://andersk.mit.edu/gitweb/gssapi-openssh.git/blobdiff_plain/22616013c4eef383b19b8ad4f95780a316d0a51b..c7931c9aedd8e12fdd0df715dcefce0e0c95be6a:/openssh/match.h diff --git a/openssh/match.h b/openssh/match.h index 18f6830..f05fe9b 100644 --- a/openssh/match.h +++ b/openssh/match.h @@ -1,4 +1,4 @@ -/* $OpenBSD: match.h,v 1.14 2008/06/10 03:57:27 djm Exp $ */ +/* $OpenBSD: match.h,v 1.9 2001/06/26 06:32:56 itojun Exp $ */ /* * Author: Tatu Ylonen @@ -14,14 +14,10 @@ #ifndef MATCH_H #define MATCH_H -int match_pattern(const char *, const char *); -int match_pattern_list(const char *, const char *, u_int, int); -int match_hostname(const char *, const char *, u_int); +int match_pattern(const char *, const char *); +int match_hostname(const char *, const char *, u_int); int match_host_and_ip(const char *, const char *, const char *); int match_user(const char *, const char *, const char *, const char *); char *match_list(const char *, const char *, u_int *); -/* addrmatch.c */ -int addr_match_list(const char *, const char *); - #endif