diff options
| author | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
|---|---|---|
| committer | svn2git <svn2git@FreeBSD.org> | 1994-05-01 08:00:00 +0000 |
| commit | a16f65c7d117419bd266c28a1901ef129a337569 (patch) | |
| tree | 2626602f66dc3551e7a7c7bc9ad763c3bc7ab40a /usr.bin/more/command.c | |
| parent | 8503f4f13f77abf7adc8f7e329c6f9c1d52b6a20 (diff) | |
Diffstat (limited to 'usr.bin/more/command.c')
| -rw-r--r-- | usr.bin/more/command.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.bin/more/command.c b/usr.bin/more/command.c index 8421303e177a..9d8d3f0f6f73 100644 --- a/usr.bin/more/command.c +++ b/usr.bin/more/command.c @@ -42,6 +42,8 @@ static char sccsid[] = "@(#)command.c 5.22 (Berkeley) 6/21/92"; #include <less.h> #include "pathnames.h" +extern off_t position(); + #define NO_MCA 0 #define MCA_DONE 1 #define MCA_MORE 2 @@ -154,7 +156,7 @@ prompt() { extern int linenums, short_file; extern char *current_name, *firstsearch, *next_name; - off_t len, pos, ch_length(), position(), forw_line(); + off_t len, pos, ch_length(), forw_line(); char pbuf[40]; /* |
