You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/mail-filter/milter-regex/files/milter-regex-2.7-implicit-f...

11 lines
257 B

https://bugs.gentoo.org/871366
--- a/eval.h
+++ b/eval.h
@@ -107,4 +107,6 @@ struct action *eval_end(struct ruleset *, int *, int, int);
void eval_clear(struct ruleset *, int *, int);
void free_ruleset(struct ruleset *);
+int yylex(void);
+
#endif