(toolong): fix type

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5119 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1998-08-15 22:42:35 +00:00
parent 4b0d826ac8
commit a56394cd44

View File

@@ -64,13 +64,13 @@ struct tab {
extern struct tab cmdtab[];
extern struct tab sitetab[];
static char *copy (char *);
static void help (struct tab *, char *);
static char *copy (char *);
static void help (struct tab *, char *);
static struct tab *
lookup (struct tab *, char *);
static void sizecmd (char *);
static void toolong (int);
static int yylex (void);
lookup (struct tab *, char *);
static void sizecmd (char *);
static RETSIGTYPE toolong (int);
static int yylex (void);
/* This is for bison */