aboutsummaryrefslogtreecommitdiff
path: root/viz.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2021-01-08 01:00:27 -0800
committerBruce Hill <bruce@bruce-hill.com>2021-01-08 01:00:27 -0800
commit668c7baf55d07cb429b30b92ea8ce302f9de053a (patch)
treeb103ad6a8ee1ee29684953f93bd32ea8c875bc73 /viz.h
parent7da6cde0fdecf329de631f8be0c9f38231b3451e (diff)
Refactoring, moving visualization and virtual machine code into proper
files
Diffstat (limited to 'viz.h')
-rw-r--r--viz.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/viz.h b/viz.h
index a918661..8b11bcc 100644
--- a/viz.h
+++ b/viz.h
@@ -9,7 +9,10 @@ typedef struct match_node_s {
struct match_node_s *next;
} match_node_t;
+__attribute__((nonnull))
void visualize_match(match_t *m);
+__attribute__((nonnull))
+void print_match(FILE *out, file_t *f, match_t *m, print_options_t options);
#endif
// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1