fix WARNS

This commit is contained in:
mrg 1999-03-24 09:24:59 +00:00
parent 8313c3fc7d
commit 4bd041833b
1 changed files with 6 additions and 1 deletions

View File

@ -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()
{