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

Diff for /src/usr.bin/ssh/readconf.h between version 1.8 and 1.9

version 1.8, 1999/11/10 23:36:44 version 1.9, 1999/11/14 21:45:07
Line 92 
Line 92 
 void fill_default_options(Options *options);  void fill_default_options(Options *options);
   
 /* Processes a single option line as used in the configuration files.  /* Processes a single option line as used in the configuration files.
    This only sets those values that have not already been set. */     This only sets those values that have not already been set.
 void process_config_line(Options *options, const char *host,     Returns 0 for legal options */
   int process_config_line(Options *options, const char *host,
                          char *line, const char *filename, int linenum,                           char *line, const char *filename, int linenum,
                          int *activep);                           int *activep);
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9