diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-14 14:33:58 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2003-04-14 14:33:58 +0000 |
commit | ea522e21eac177af59e43049f56f453b837606b7 (patch) | |
tree | 27ff45643e9e0c47a8e114cb5c4de5930bf76aa8 /usr.bin/less/funcs.h | |
parent | b6983e22ce2ae5a86257c287e78e56c37831bf73 (diff) |
o go back to using a help file instead of embedding it in the binary
o deal with HELPFILE not being defined
o add a SMALL definition to make a smaller less for the boot floppies
This still needs to be pared down a bit for the SMALL case
Diffstat (limited to 'usr.bin/less/funcs.h')
-rw-r--r-- | usr.bin/less/funcs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/usr.bin/less/funcs.h b/usr.bin/less/funcs.h index 01b6c12a87a..4ee00d493f6 100644 --- a/usr.bin/less/funcs.h +++ b/usr.bin/less/funcs.h @@ -100,6 +100,7 @@ public char * get_meta_escape (); public char * shell_quote (); public char * homefile (); + public char * find_helpfile (); public char * fexpand (); public char * fcomplete (); public int bin_file (); @@ -115,6 +116,7 @@ public void forward (); public void backward (); public int get_back_scroll (); + public void help (); public void del_ifile (); public IFILE next_ifile (); public IFILE prev_ifile (); |