aboutsummaryrefslogtreecommitdiff
path: root/vm.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-14 21:55:36 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-14 21:55:36 -0800
commit1ff4a9eb0548b94839cc936f932f75af38a00f51 (patch)
treedbc907c0ae3aa24e0231b43f2ce624d78e836809 /vm.h
parent52f154d53ffa9ac8fc4699d1559f9a68e91ebeeb (diff)
Hooked up json
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.h b/vm.h
index 67c7464..6dde1d3 100644
--- a/vm.h
+++ b/vm.h
@@ -24,7 +24,7 @@ void destroy_match(match_t **m);
__attribute__((nonnull))
void print_match(file_t *f, match_t *m, print_options_t options);
__attribute__((nonnull))
-void json_match(FILE *f, const char *text, match_t *m);
+void json_match(FILE *f, const char *text, match_t *m, int verbose);
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1