summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/match.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/openssh/match.h')
-rw-r--r--crypto/openssh/match.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/crypto/openssh/match.h b/crypto/openssh/match.h
index 3d7f70f..db97ca8 100644
--- a/crypto/openssh/match.h
+++ b/crypto/openssh/match.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: match.h,v 1.15 2010/02/26 20:29:54 djm Exp $ */
+/* $OpenBSD: match.h,v 1.16 2015/05/04 06:10:48 djm Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -15,8 +15,8 @@
#define MATCH_H
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_pattern_list(const char *, const char *, int);
+int match_hostname(const char *, const char *);
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 *);
OpenPOWER on IntegriCloud