(toolong): fix type
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@5119 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
@@ -64,13 +64,13 @@ struct tab {
|
|||||||
extern struct tab cmdtab[];
|
extern struct tab cmdtab[];
|
||||||
extern struct tab sitetab[];
|
extern struct tab sitetab[];
|
||||||
|
|
||||||
static char *copy (char *);
|
static char *copy (char *);
|
||||||
static void help (struct tab *, char *);
|
static void help (struct tab *, char *);
|
||||||
static struct tab *
|
static struct tab *
|
||||||
lookup (struct tab *, char *);
|
lookup (struct tab *, char *);
|
||||||
static void sizecmd (char *);
|
static void sizecmd (char *);
|
||||||
static void toolong (int);
|
static RETSIGTYPE toolong (int);
|
||||||
static int yylex (void);
|
static int yylex (void);
|
||||||
|
|
||||||
/* This is for bison */
|
/* This is for bison */
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user