diff options
Diffstat (limited to 'editors/awk.c')
-rw-r--r-- | editors/awk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/awk.c b/editors/awk.c index 39717afae..65856aa55 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -2612,7 +2612,7 @@ static rstream *next_input_file(void) return &rsm; } -extern int awk_main(int argc, char **argv) +int awk_main(int argc, char **argv) { char *s, *s1; int i, j, c, flen; |