]> andersk Git - gssapi-openssh.git/blobdiff - openssh/match.h
Import of OpenSSH 5.1p1
[gssapi-openssh.git] / openssh / match.h
index d1d53865433a7be9ab6def8a876d33592dcad36c..18f6830703b7174f4b08b9515576b30502730590 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: match.h,v 1.13 2006/03/25 22:22:43 djm Exp $ */
+/* $OpenBSD: match.h,v 1.14 2008/06/10 03:57:27 djm Exp $ */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -21,4 +21,7 @@ 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 *);
 
+/* addrmatch.c */
+int     addr_match_list(const char *, const char *);
+
 #endif
This page took 0.028658 seconds and 4 git commands to generate.