[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.44 and 1.45

version 1.44, 2001/06/23 02:34:31 version 1.45, 2001/06/26 06:33:00
Line 133 
Line 133 
  * Initializes the server options to special values that indicate that they   * Initializes the server options to special values that indicate that they
  * have not yet been set.   * have not yet been set.
  */   */
 void    initialize_server_options(ServerOptions * options);  void    initialize_server_options(ServerOptions *);
   
 /*  /*
  * Reads the server configuration file.  This only sets the values for those   * Reads the server configuration file.  This only sets the values for those
  * options that have the special value indicating they have not been set.   * options that have the special value indicating they have not been set.
  */   */
 void    read_server_config(ServerOptions * options, const char *filename);  void    read_server_config(ServerOptions *, const char *);
   
 /* Sets values for those values that have not yet been set. */  /* Sets values for those values that have not yet been set. */
 void    fill_default_server_options(ServerOptions * options);  void    fill_default_server_options(ServerOptions *);
   
 #endif                          /* SERVCONF_H */  #endif                          /* SERVCONF_H */

Legend:
Removed from v.1.44  
changed lines
  Added in v.1.45