]> andersk Git - gssapi-openssh.git/blobdiff - openssh/match.h
Portions of the Usage Metrics suport code are derived from the
[gssapi-openssh.git] / openssh / match.h
index 18f6830703b7174f4b08b9515576b30502730590..f05fe9b37114718214a5074734c308e7b30d7d46 100644 (file)
@@ -1,4 +1,4 @@
-/* $OpenBSD: match.h,v 1.14 2008/06/10 03:57:27 djm Exp $ */
+/*     $OpenBSD: match.h,v 1.9 2001/06/26 06:32:56 itojun Exp $        */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
 #ifndef MATCH_H
 #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(const char *, const char *);
+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 *, 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.132168 seconds and 4 git commands to generate.