summaryrefslogtreecommitdiff
path: root/contrib/less/lesskey.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/less/lesskey.c')
-rw-r--r--contrib/less/lesskey.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/less/lesskey.c b/contrib/less/lesskey.c
index fa1ab6d3a452..96a446228dee 100644
--- a/contrib/less/lesskey.c
+++ b/contrib/less/lesskey.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.
@@ -220,7 +220,7 @@ int errors;
extern char version[];
void
-usage()
+usage(VOID_PARAM)
{
fprintf(stderr, "usage: lesskey [-o output] [input]\n");
exit(1);
@@ -343,7 +343,7 @@ parse_args(argc, argv)
* Initialize data structures.
*/
void
-init_tables()
+init_tables(VOID_PARAM)
{
cmdtable.names = cmdnames;
cmdtable.pbuffer = cmdtable.buffer;