diff options
author | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 18:06:05 +0000 |
---|---|---|
committer | Ben Lindstrom <mouring@eviladmin.org> | 2001-12-06 18:06:05 +0000 |
commit | 9eab262f1ce2e54f7e5d2b75477a606c33e8bc0a (patch) | |
tree | f60cdd6fb8816d62cc91209f16094bcb159f4fe6 /match.h | |
parent | ff4a14f809fc581bed0cd0ff7dd1dc5d5508944c (diff) |
- markus@cvs.openbsd.org 2001/12/05 16:54:51
[compat.c match.c match.h]
make theo and djm happy: bye bye regexp
Diffstat (limited to 'match.h')
-rw-r--r-- | match.h | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -1,4 +1,4 @@ | |||
1 | /* $OpenBSD: match.h,v 1.9 2001/06/26 06:32:56 itojun Exp $ */ | 1 | /* $OpenBSD: match.h,v 1.10 2001/12/05 16:54:51 markus Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> | 4 | * Author: Tatu Ylonen <ylo@cs.hut.fi> |
@@ -14,8 +14,9 @@ | |||
14 | #ifndef MATCH_H | 14 | #ifndef MATCH_H |
15 | #define MATCH_H | 15 | #define MATCH_H |
16 | 16 | ||
17 | int match_pattern(const char *, const char *); | 17 | int match_pattern(const char *, const char *); |
18 | int match_hostname(const char *, const char *, u_int); | 18 | int match_pattern_list(const char *, const char *, u_int, int); |
19 | int match_hostname(const char *, const char *, u_int); | ||
19 | int match_host_and_ip(const char *, const char *, const char *); | 20 | int match_host_and_ip(const char *, const char *, const char *); |
20 | int match_user(const char *, const char *, const char *, const char *); | 21 | int match_user(const char *, const char *, const char *, const char *); |
21 | char *match_list(const char *, const char *, u_int *); | 22 | char *match_list(const char *, const char *, u_int *); |