diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-11-01 00:49:32 +0100 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-11-01 00:49:32 +0100 |
commit | 500892b2ae64676d1855d8a357cd39e8a9e7f6c2 (patch) | |
tree | 2ab4ea40675d15a66d4a0c4295818f9f83e8c1b1 /src/work.h | |
parent | 26a95b35414d0d4b729f3fd5da010debb70b412b (diff) |
Add support for $GRAB_TABSIZE
Diffstat (limited to 'src/work.h')
-rw-r--r-- | src/work.h | 12 |
1 files changed, 1 insertions, 11 deletions
@@ -1,16 +1,6 @@ #ifndef GRAB_WORK_H #define GRAB_WORK_H -#include <pcre2.h> - -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 |