diff options
Diffstat (limited to 'less.h')
-rw-r--r-- | less.h | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,5 +1,5 @@ /* - * Copyright (C) 1984-2015 Mark Nudelman + * Copyright (C) 1984-2016 Mark Nudelman * * You may distribute under the terms of either the GNU General Public * License or the Less License, as specified in the README file. @@ -528,6 +528,6 @@ struct wchar_range_table #include "funcs.h" /* Functions not included in funcs.h */ -void postoa(POSITION num, char *buf); -void linenumtoa(LINENUM num, char *buf); -void inttoa(int num, char *buf); +void postoa(); +void linenumtoa(); +void inttoa(); |