From 500892b2ae64676d1855d8a357cd39e8a9e7f6c2 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 1 Nov 2024 00:49:32 +0100 Subject: Add support for $GRAB_TABSIZE --- src/work.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'src/work.h') diff --git a/src/work.h b/src/work.h index 644a244..c77a5a6 100644 --- a/src/work.h +++ b/src/work.h @@ -1,16 +1,6 @@ #ifndef GRAB_WORK_H #define GRAB_WORK_H -#include - -typedef struct { - char c; - pcre2_code *re; -#if DEBUG - bool free_me; -#endif -} op_t; - void process_file(const char *filename, unsigned char **buf); -#endif /* !GRAB_WORK_H */ +#endif /* !GRAB_WORK_H */ \ No newline at end of file -- cgit v1.2.3