From b9be60a722a8ae24affe68e07ef8557d00992648 Mon Sep 17 00:00:00 2001 From: Ben Lindstrom Date: Sun, 11 Mar 2001 01:49:19 +0000 Subject: - markus@cvs.openbsd.org 2001/03/10 17:51:04 [kex.c match.c match.h readconf.c readconf.h sshconnect2.c] add PreferredAuthentications --- match.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'match.h') diff --git a/match.h b/match.h index 285ad55f0..09c931168 100644 --- a/match.h +++ b/match.h @@ -1,4 +1,4 @@ -/* $OpenBSD: match.h,v 1.6 2001/01/29 01:58:17 niklas Exp $ */ +/* $OpenBSD: match.h,v 1.7 2001/03/10 17:51:04 markus Exp $ */ /* * Author: Tatu Ylonen @@ -30,4 +30,10 @@ int match_pattern(const char *s, const char *pattern); */ int match_hostname(const char *host, const char *pattern, u_int len); +/* + * Returns first item from client-list that is also supported by server-list, + * caller must xfree() returned string. + */ +char *match_list(const char *client, const char *server, u_int *next); + #endif -- cgit v1.2.3