From c3d50979a253e7fa697e1d13c2ca74f9787e5ad0 Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Tue, 30 Jul 2002 05:37:22 +0000 Subject: include filter.h, dont' duplicate prototype --- bin/systrace/parse.y | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) (limited to 'bin') diff --git a/bin/systrace/parse.y b/bin/systrace/parse.y index c1cdd499396..3cd0ec25b87 100644 --- a/bin/systrace/parse.y +++ b/bin/systrace/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.7 2002/07/30 05:33:39 itojun Exp $ */ +/* $OpenBSD: parse.y,v 1.8 2002/07/30 05:37:21 itojun Exp $ */ /* * Copyright 2002 Niels Provos @@ -44,17 +44,10 @@ #include "intercept.h" #include "systrace.h" #include "systrace-errno.h" +#include "filter.h" void yyrestart(FILE *); -int filter_fnmatch(struct intercept_translate *, struct logic *); -int filter_stringmatch(struct intercept_translate *, struct logic *); -int filter_negstringmatch(struct intercept_translate *, struct logic *); -int filter_substrmatch(struct intercept_translate *, struct logic *); -int filter_negsubstrmatch(struct intercept_translate *, struct logic *); -int filter_inpath(struct intercept_translate *, struct logic *); -int filter_true(struct intercept_translate *, struct logic *); - struct logic *parse_newsymbol(char *, int, char *); int yylex(void); -- cgit v1.2.3