aboutsummaryrefslogtreecommitdiff
path: root/src/work.h
diff options
context:
space:
mode:
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