diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2020-12-14 21:55:36 -0800 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2020-12-14 21:55:36 -0800 |
| commit | 1ff4a9eb0548b94839cc936f932f75af38a00f51 (patch) | |
| tree | dbc907c0ae3aa24e0231b43f2ce624d78e836809 /vm.h | |
| parent | 52f154d53ffa9ac8fc4699d1559f9a68e91ebeeb (diff) | |
Hooked up json
Diffstat (limited to 'vm.h')
| -rw-r--r-- | vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
