=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/match.h,v retrieving revision 1.1.2.4 retrieving revision 1.2 diff -u -r1.1.2.4 -r1.2 --- src/usr.bin/ssh/match.h 2001/03/21 18:52:52 1.1.2.4 +++ src/usr.bin/ssh/match.h 2000/06/06 19:32:14 1.2 @@ -1,18 +1,3 @@ -/* $OpenBSD: match.h,v 1.1.2.4 2001/03/21 18:52:52 jason Exp $ */ - -/* - * Author: Tatu Ylonen - * Copyright (c) 1995 Tatu Ylonen , 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 @@ -28,12 +13,6 @@ * 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, 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); +int match_hostname(const char *host, const char *pattern, unsigned int len); #endif