[BACK]Return to match.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/match.h between version 1.6 and 1.7

version 1.6, 2001/01/29 01:58:17 version 1.7, 2001/03/10 17:51:04
Line 30 
Line 30 
  */   */
 int     match_hostname(const char *host, const char *pattern, u_int len);  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  #endif

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7