[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.49 and 1.50

version 1.49, 2001/08/17 18:59:47 version 1.50, 2001/12/06 13:30:05
Line 134 
Line 134 
 void     initialize_server_options(ServerOptions *);  void     initialize_server_options(ServerOptions *);
 void     read_server_config(ServerOptions *, const char *);  void     read_server_config(ServerOptions *, const char *);
 void     fill_default_server_options(ServerOptions *);  void     fill_default_server_options(ServerOptions *);
   int      process_server_config_line(ServerOptions *, char *, const char *, int);
   
   
 #endif                          /* SERVCONF_H */  #endif                          /* SERVCONF_H */

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50