summaryrefslogtreecommitdiff
path: root/match.h
diff options
context:
space:
mode:
authorBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:42:42 +0000
committerBen Lindstrom <mouring@eviladmin.org>2002-03-05 01:42:42 +0000
commit3fb5d00ffdaa93a99466858c667e2721cd2b39cb (patch)
tree403c6c6f634eb64f16624c1946a56cd70572ff7b /match.h
parent6ef9ec6b6ba6d52a16a4e63a75b042f321bcb6fa (diff)
- markus@cvs.openbsd.org 2002/03/01 13:12:10
[auth.c match.c match.h] undo the 'delay hostname lookup' change match.c must not use compress.c (via canonhost.c/packet.c) thanks to wilfried@
Diffstat (limited to 'match.h')
-rw-r--r--match.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/match.h b/match.h
index a5e85a9d8..a0764e001 100644
--- a/match.h
+++ b/match.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: match.h,v 1.11 2002/02/28 19:36:28 stevesk Exp $ */ 1/* $OpenBSD: match.h,v 1.12 2002/03/01 13:12:10 markus Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -18,7 +18,7 @@ int match_pattern(const char *, const char *);
18int match_pattern_list(const char *, const char *, u_int, int); 18int match_pattern_list(const char *, const char *, u_int, int);
19int match_hostname(const char *, const char *, u_int); 19int match_hostname(const char *, const char *, u_int);
20int match_host_and_ip(const char *, const char *, const char *); 20int match_host_and_ip(const char *, const char *, const char *);
21int match_user(const char *, int, const char *); 21int match_user(const char *, const char *, const char *, const char *);
22char *match_list(const char *, const char *, u_int *); 22char *match_list(const char *, const char *, u_int *);
23 23
24#endif 24#endif