From 4bd041833b8aa3c945b3da539e1cf54a35c1a860 Mon Sep 17 00:00:00 2001 From: mrg Date: Wed, 24 Mar 1999 09:24:59 +0000 Subject: [PATCH] fix WARNS --- usr.bin/less/lessecho/lessecho.c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/usr.bin/less/lessecho/lessecho.c b/usr.bin/less/lessecho/lessecho.c index b03825a6330a..e91b1f2dcf36 100644 --- a/usr.bin/less/lessecho/lessecho.c +++ b/usr.bin/less/lessecho/lessecho.c @@ -39,12 +39,17 @@ #include "less.h" -static char *version = "$Revision: 1.1.1.1 $"; +static char *version = "$Revision: 1.2 $"; static int quote_all = 0; static char openquote = '"'; static char closequote = '"'; +static void pr_usage __P((void)); +static void pr_version __P((void)); +static void pr_error __P((char *)); +static long lstrtol __P((char *, int, char **)); + static void pr_usage() {