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

Diff for /src/usr.bin/error/Attic/error.h between version 1.4 and 1.5

version 1.4, 1998/11/16 06:22:28 version 1.5, 2001/07/12 05:17:01
Line 220 
Line 220 
 char    **wordvsplice();  char    **wordvsplice();
 int     wordvcmp();  int     wordvcmp();
 boolean persperdexplode();  boolean persperdexplode();
   
 /*  /*
  *      Printing hacks   *      Printing hacks
  */   */
 char    *plural(), *verbform();  char    *plural(), *verbform();
   
   void    getignored(char *);
   void    eaterrors(int *, Eptr **);
   void    printerrors(boolean, int, Eptr []);
   void    wordvbuild(char *, int *, char ***);
   Errorclass discardit(Eptr);
   void    erroradd(int, char **, Errorclass, Errorclass);
   void    arrayify(int *, Eptr **, Eptr);
   Errorclass catchall(void);
   char *  substitute(char *, char, char);
   void    clob_last(char *, char);
   int     f77(void);
   void    wordvprint(FILE *, int, char *[]);
   void    wordvbuild(char *, int *, char ***);
   void    findfiles(int, Eptr *, int *, Eptr ***);
   boolean touchfiles(int, Eptr **, int *, char ***);
   void    forkvi(int, char **);
   void    try(char *, int, char **);
   void    filenames(int, Eptr **);
   int     countfiles(Eptr *);
   void    errorprint(FILE *, Eptr, boolean);
   void    hackfile(char *, Eptr **, int, int);
   void    execvarg(int, int *, char ***);
   int     nopertain(Eptr **);
   int     oktotouch(char *);
   boolean preview(char *, int, Eptr **, int);
   int     settotouch(char *);
   void    diverterrors(char *, int, Eptr **, int, boolean, int);
   int     writetouched(int);
   boolean edit(char *);
   void    insert(int);
   void    text(Eptr, boolean);
   int     mustoverwrite(FILE *, FILE *);
   int     mustwrite(char *, int, FILE *);
   int     position(char *, char);

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5