]> andersk Git - openssh.git/blobdiff - match.h
- millert@cvs.openbsd.org 2001/03/04 17:42:28
[openssh.git] / match.h
diff --git a/match.h b/match.h
index 8eac0a5022959b0e563a2a7d33ca41a8c1e735df..285ad55f01bd5f115c57123b284d15bd2ee01588 100644 (file)
--- a/match.h
+++ b/match.h
@@ -1,3 +1,18 @@
+/*     $OpenBSD: match.h,v 1.6 2001/01/29 01:58:17 niklas Exp $        */
+
+/*
+ * Author: Tatu Ylonen <ylo@cs.hut.fi>
+ * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
+ *                    All rights reserved
+ * This file contains various auxiliary functions related to multiple
+ * precision integers.
+ *
+ * As far as I am concerned, the code I have written for this software
+ * can be used freely for any purpose.  Any derived versions of this
+ * software must be clearly marked as such, and if the derived work is
+ * incompatible with the protocol description in the RFC file, it must be
+ * called by a name other than "ssh" or "Secure Shell".
+ */
 #ifndef MATCH_H
 #define MATCH_H
 
@@ -13,6 +28,6 @@ int     match_pattern(const char *s, const char *pattern);
  * indicate negation).  Returns -1 if negation matches, 1 if there is
  * a positive match, 0 if there is no match at all.
  */
-int     match_hostname(const char *host, const char *pattern, unsigned int len);
+int     match_hostname(const char *host, const char *pattern, u_int len);
 
 #endif
This page took 0.02848 seconds and 4 git commands to generate.