summaryrefslogtreecommitdiffstats
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 f05fe9b3..7b777de3 100644
--- a/match.h
+++ b/match.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: match.h,v 1.9 2001/06/26 06:32:56 itojun Exp $ */
+/* $OpenBSD: match.h,v 1.10 2001/12/05 16:54:51 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -14,8 +14,9 @@
#ifndef MATCH_H
#define MATCH_H
-int match_pattern(const char *, const char *);
-int match_hostname(const char *, const char *, u_int);
+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_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 *);