summaryrefslogtreecommitdiffstats
path: root/contrib/ipfilter/tools/lexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/ipfilter/tools/lexer.h')
-rw-r--r--contrib/ipfilter/tools/lexer.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/ipfilter/tools/lexer.h b/contrib/ipfilter/tools/lexer.h
index d973ea4..cff24b4 100644
--- a/contrib/ipfilter/tools/lexer.h
+++ b/contrib/ipfilter/tools/lexer.h
@@ -1,16 +1,11 @@
/* $FreeBSD$ */
/*
- * Copyright (C) 2002-2004 by Darren Reed.
+ * Copyright (C) 2012 by Darren Reed.
*
* See the IPFILTER.LICENCE file for details on licencing.
*/
-typedef struct wordtab {
- char *w_word;
- int w_value;
-} wordtab_t;
-
#ifdef NO_YACC
#define YY_COMMENT 1000
#define YY_CMP_NE 1001
@@ -29,6 +24,7 @@ typedef struct wordtab {
extern wordtab_t *yysettab __P((wordtab_t *));
extern void yysetdict __P((wordtab_t *));
+extern void yysetfixeddict __P((wordtab_t *));
extern int yylex __P((void));
extern void yyerror __P((char *));
extern char *yykeytostr __P((int));
OpenPOWER on IntegriCloud