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

Diff for /src/usr.bin/ssh/servconf.h between version 1.84 and 1.85

version 1.84, 2008/05/08 12:21:16 version 1.85, 2008/06/10 04:50:25
Line 159 
Line 159 
 void     parse_server_match_config(ServerOptions *, const char *, const char *,  void     parse_server_match_config(ServerOptions *, const char *, const char *,
              const char *);               const char *);
 void     copy_set_server_options(ServerOptions *, ServerOptions *, int);  void     copy_set_server_options(ServerOptions *, ServerOptions *, int);
   void     dump_config(ServerOptions *);
   
 #endif                          /* SERVCONF_H */  #endif                          /* SERVCONF_H */

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85