diff options
| author | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2002-03-22 01:22:50 +0000 |
| commit | f1bb2cd2aa7488657658fbc09aae2ead579049ab (patch) | |
| tree | 6ba560b9c74ad4aa7b2711587ec42a969bdca745 /usr.bin/join | |
| parent | 9f6092398b2ada850e3149754f08600fdff7caaa (diff) | |
Notes
Diffstat (limited to 'usr.bin/join')
| -rw-r--r-- | usr.bin/join/join.c | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/usr.bin/join/join.c b/usr.bin/join/join.c index 4b4add9bc1d6..0731646c6522 100644 --- a/usr.bin/join/join.c +++ b/usr.bin/join/join.c @@ -102,15 +102,15 @@ int spans = 1; /* span multiple delimiters (-t) */ char *empty; /* empty field replacement string (-e) */ char *tabchar = " \t"; /* delimiter characters (-t) */ -int cmp __P((LINE *, u_long, LINE *, u_long)); -void fieldarg __P((char *)); -void joinlines __P((INPUT *, INPUT *)); -void obsolete __P((char **)); -void outfield __P((LINE *, u_long, int)); -void outoneline __P((INPUT *, LINE *)); -void outtwoline __P((INPUT *, LINE *, INPUT *, LINE *)); -void slurp __P((INPUT *)); -void usage __P((void)); +int cmp(LINE *, u_long, LINE *, u_long); +void fieldarg(char *); +void joinlines(INPUT *, INPUT *); +void obsolete(char **); +void outfield(LINE *, u_long, int); +void outoneline(INPUT *, LINE *); +void outtwoline(INPUT *, LINE *, INPUT *, LINE *); +void slurp(INPUT *); +void usage(void); int main(argc, argv) |
