diff options
| author | Xin LI <delphij@FreeBSD.org> | 2007-06-21 10:42:55 +0000 |
|---|---|---|
| committer | Xin LI <delphij@FreeBSD.org> | 2007-06-21 10:42:55 +0000 |
| commit | efd72c2eb66e67c4f367ba48c3effd0ae2a668e1 (patch) | |
| tree | 9b5ee02031fe0fca0fb931dda88350d289afe238 /contrib/less/optfunc.c | |
| parent | 7f074f9c8f37a841d4ed3a3947143d83c9972f81 (diff) | |
Notes
Diffstat (limited to 'contrib/less/optfunc.c')
| -rw-r--r-- | contrib/less/optfunc.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/less/optfunc.c b/contrib/less/optfunc.c index 8cb9aa3c931ad..4ca514297c95b 100644 --- a/contrib/less/optfunc.c +++ b/contrib/less/optfunc.c @@ -45,6 +45,9 @@ extern char *hproto; extern char *wproto; extern IFILE curr_ifile; extern char version[]; +extern int jump_sline; +extern int jump_sline_fraction; +extern int less_is_more; #if LOGFILE extern char *namelogfile; extern int force_logfile; @@ -53,9 +56,6 @@ extern int logfile; #if TAGS public char *tagoption = NULL; extern char *tags; -extern int jump_sline; -extern int jump_sline_fraction; -extern int less_is_more; #endif #if MSDOS_COMPILER extern int nm_fg_color, nm_bg_color; |
