]> andersk Git - openssh.git/blobdiff - match.h
- (bal) renabled 'catman-do:' and fixed it. So now catman pages should
[openssh.git] / match.h
diff --git a/match.h b/match.h
index 5afbe326c95701414474d4cc76c60de33def7834..09c931168da9b877726bfd853c12bd1029b2e2fc 100644 (file)
--- a/match.h
+++ b/match.h
@@ -1,3 +1,5 @@
+/*     $OpenBSD: match.h,v 1.7 2001/03/10 17:51:04 markus Exp $        */
+
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
  * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -28,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
This page took 0.033364 seconds and 4 git commands to generate.