aboutsummaryrefslogtreecommitdiff
path: root/src/work.h
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-11-01 00:49:32 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-11-01 00:49:32 +0100
commit500892b2ae64676d1855d8a357cd39e8a9e7f6c2 (patch)
tree2ab4ea40675d15a66d4a0c4295818f9f83e8c1b1 /src/work.h
parent26a95b35414d0d4b729f3fd5da010debb70b412b (diff)
Add support for $GRAB_TABSIZE
Diffstat (limited to 'src/work.h')
-rw-r--r--src/work.h12
1 files changed, 1 insertions, 11 deletions
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 <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