[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.46 and 1.47

version 1.46, 2001/06/26 16:15:24 version 1.47, 2001/06/26 17:27:24
Line 131 
Line 131 
         char   *authorized_keys_file2;          char   *authorized_keys_file2;
   
 }       ServerOptions;  }       ServerOptions;
 /*  
  * Initializes the server options to special values that indicate that they  
  * have not yet been set.  
  */  
 void    initialize_server_options(ServerOptions *);  
   
 /*  void     initialize_server_options(ServerOptions *);
  * Reads the server configuration file.  This only sets the values for those  void     read_server_config(ServerOptions *, const char *);
  * options that have the special value indicating they have not been set.  void     fill_default_server_options(ServerOptions *);
  */  
 void    read_server_config(ServerOptions *, const char *);  
   
 /* Sets values for those values that have not yet been set. */  
 void    fill_default_server_options(ServerOptions *);  
   
 #endif                          /* SERVCONF_H */  #endif                          /* SERVCONF_H */

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47