aboutsummaryrefslogtreecommitdiff
path: root/contrib/less/jump.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/jump.c')
-rw-r--r--contrib/less/jump.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/contrib/less/jump.c b/contrib/less/jump.c
index 2c7d28bd72c2..0e1d35d0e04f 100644
--- a/contrib/less/jump.c
+++ b/contrib/less/jump.c
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 1984-2017 Mark Nudelman
+ * Copyright (C) 1984-2019 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.
@@ -26,7 +26,7 @@ extern int top_scroll;
* Jump to the end of the file.
*/
public void
-jump_forw()
+jump_forw(VOID_PARAM)
{
POSITION pos;
POSITION end_pos;
@@ -64,7 +64,7 @@ jump_forw()
* Jump to the last buffered line in the file.
*/
public void
-jump_forw_buffered()
+jump_forw_buffered(VOID_PARAM)
{
POSITION end;
@@ -115,7 +115,7 @@ jump_back(linenum)
* Repaint the screen.
*/
public void
-repaint()
+repaint(VOID_PARAM)
{
struct scrpos scrpos;
/*