From be8d1f5f3aac134218ccbeec49108844293796bc Mon Sep 17 00:00:00 2001 From: Alice Frosi Date: Thu, 6 Apr 2023 14:58:43 +0200 Subject: filter: define arg_cmp and arg_type --- tests/unit/testutil.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/unit/testutil.h') diff --git a/tests/unit/testutil.h b/tests/unit/testutil.h index 7bb971a..4bd5550 100644 --- a/tests/unit/testutil.h +++ b/tests/unit/testutil.h @@ -19,7 +19,8 @@ struct args_target { bool open_path; int fd; int nr; - enum arg_type arg_type[6]; + enum arg_cmp cmp[6]; + enum arg_type type[6]; void *args[6]; int (*install_filter)(struct args_target *at); int (*target)(void *); -- cgit v1.2.3