summaryrefslogtreecommitdiff
path: root/less.h
diff options
context:
space:
mode:
Diffstat (limited to 'less.h')
-rw-r--r--less.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/less.h b/less.h
index 69576bbde4cd..39ca65e2a4be 100644
--- a/less.h
+++ b/less.h
@@ -514,7 +514,6 @@ struct wchar_range_table
#define CH_HELPFILE 010
#define CH_NODATA 020 /* Special case for zero length files */
-
#define ch_zero() ((POSITION)0)
#define FAKE_HELPFILE "@/\\less/\\help/\\file/\\@"
@@ -539,6 +538,6 @@ struct hilite_tree;
#include "funcs.h"
/* Functions not included in funcs.h */
-void postoa();
-void linenumtoa();
-void inttoa();
+void postoa LESSPARAMS ((POSITION, char*));
+void linenumtoa LESSPARAMS ((LINENUM, char*));
+void inttoa LESSPARAMS ((int, char*));