[BACK]Return to args.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / indent

Diff for /src/usr.bin/indent/args.c between version 1.8 and 1.9

version 1.8, 2001/11/19 19:02:14 version 1.9, 2002/02/16 21:27:47
Line 157 
Line 157 
         { 0, 0, 0, 0, 0 }          { 0, 0, 0, 0, 0 }
 };  };
   
 void scan_profile __P((FILE *));  void scan_profile(FILE *);
 void set_option __P((char *));  void set_option(char *);
   
 /*  /*
  * set_profile reads $HOME/.indent.pro and ./.indent.pro and handles arguments   * set_profile reads $HOME/.indent.pro and ./.indent.pro and handles arguments

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