1 #ifndef HEADERINC_H
2 #define HEADERINC_H
3 
4 /* Structures are here now */
5 #include "parser.h"
6 
7 #define HEADERHASHSIZE 1019
8 #define YY_DECL int libsieve_headerlex(YYSTYPE *yylval_param, struct sieve2_context *context, void *yyscanner)
9 
10 #endif /* HEADERINC_H */
11