summaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2001-12-06 18:06:05 +0000
committerBen Lindstrom <mouring@eviladmin.org>2001-12-06 18:06:05 +0000
commit9eab262f1ce2e54f7e5d2b75477a606c33e8bc0a (patch)
treef60cdd6fb8816d62cc91209f16094bcb159f4fe6 /match.h
parentff4a14f809fc581bed0cd0ff7dd1dc5d5508944c (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.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/match.h b/match.h
index f05fe9b37..7b777de3d 100644
--- a/match.h
+++ b/match.h
@@ -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
17int match_pattern(const char *, const char *); 17int match_pattern(const char *, const char *);
18int match_hostname(const char *, const char *, u_int); 18int match_pattern_list(const char *, const char *, u_int, int);
19int match_hostname(const char *, const char *, u_int);
19int match_host_and_ip(const char *, const char *, const char *); 20int match_host_and_ip(const char *, const char *, const char *);
20int match_user(const char *, const char *, const char *, const char *); 21int match_user(const char *, const char *, const char *, const char *);
21char *match_list(const char *, const char *, u_int *); 22char *match_list(const char *, const char *, u_int *);