diff options
author | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-03 07:44:25 +0000 |
---|---|---|
committer | Philippe Charnier <charnier@FreeBSD.org> | 1997-11-03 07:44:25 +0000 |
commit | e21108a20510b85e6b5433d5bdeeea2fd7526b52 (patch) | |
tree | a9a11589888193cd9db1228e8cab838637ff2fc9 /usr.bin/error/error.h | |
parent | 00be5a552a61f703e7016e6c5711dd50621be244 (diff) |
Notes
Diffstat (limited to 'usr.bin/error/error.h')
-rw-r--r-- | usr.bin/error/error.h | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/usr.bin/error/error.h b/usr.bin/error/error.h index d72e5bf43deb0..df5e09b8951d2 100644 --- a/usr.bin/error/error.h +++ b/usr.bin/error/error.h @@ -113,7 +113,6 @@ FILE *errorfile; /* where error file comes from */ FILE *queryfile; /* where the query responses from the user come from*/ extern char *currentfilename; -extern char *processname; extern char *scriptname; extern boolean query; @@ -222,3 +221,21 @@ boolean persperdexplode(); * Printing hacks */ char *plural(), *verbform(); + +void arrayify __P((int *, Eptr **, Eptr)); +void clob_last __P((char *, char)); +Errorclass discardit __P((Eptr)); +void eaterrors __P((int *, Eptr **)); +void erroradd __P((int, char **, Errorclass, Errorclass)); +void filenames __P((int, Eptr **)); +void findfiles __P((int, Eptr *, int *, Eptr ***)); +void getignored __P((char *)); +void onintr __P((void)); +int position __P((char *, char)); +void printerrors __P((boolean, int, Eptr [])); +char *substitute __P((char *, char, char)); +boolean touchfiles __P((int, Eptr **, int *, char ***)); +void wordvbuild __P((char *, int *, char ***)); +void wordvprint __P((FILE *, int, char *[])); + + |