summaryrefslogtreecommitdiff
path: root/less.h
diff options
context:
space:
mode:
authorXin LI <delphij@FreeBSD.org>2017-04-25 03:28:38 +0000
committerXin LI <delphij@FreeBSD.org>2017-04-25 03:28:38 +0000
commit1cabeb1f0c93e44ebc8a1d3a78100a962ac3f047 (patch)
tree16ac99cc7e82435551416b750a3017a6b3a2d986 /less.h
parent59d1fa4298584d1670edf26ee475b9b8f6a1c7bc (diff)
Notes
Diffstat (limited to 'less.h')
-rw-r--r--less.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/less.h b/less.h
index f57fb1ecf061..4123c352d258 100644
--- a/less.h
+++ b/less.h
@@ -528,6 +528,6 @@ struct wchar_range_table
#include "funcs.h"
/* Functions not included in funcs.h */
-void postoa();
-void linenumtoa();
-void inttoa();
+void postoa(POSITION num, char *buf);
+void linenumtoa(LINENUM num, char *buf);
+void inttoa(int num, char *buf);