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)
downloadopenssh-git-3fb5d00ffdaa93a99466858c667e2721cd2b39cb.tar.gz
- 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 a5e85a9d..a0764e00 100644
--- a/match.h
+++ b/match.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: match.h,v 1.11 2002/02/28 19:36:28 stevesk Exp $ */
+/* $OpenBSD: match.h,v 1.12 2002/03/01 13:12:10 markus Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -18,7 +18,7 @@ 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 *, int, const char *);
+int match_user(const char *, const char *, const char *, const char *);
char *match_list(const char *, const char *, u_int *);
#endif