aboutsummaryrefslogtreecommitdiff
path: root/viz.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2020-12-14 22:13:47 -0800
committerBruce Hill <bruce@bruce-hill.com>2020-12-14 22:13:47 -0800
commit3acf397e6d772778490d7da9f33f3a8f939c9efd (patch)
tree28b8ba262bb1b40670f87e55b183acf2f3bda6bd /viz.h
parent2fb68fa97f096e5bd0f3ff81d31c3bc61719ae8a (diff)
Imports cleanup and removing FILE* parameter from json
Diffstat (limited to 'viz.h')
-rw-r--r--viz.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/viz.h b/viz.h
index 80d8cee..a918661 100644
--- a/viz.h
+++ b/viz.h
@@ -1,6 +1,8 @@
/*
* Header file for viz.c (visualizing matches)
*/
+#ifndef VIZ__H
+#define VIZ__H
typedef struct match_node_s {
match_t *m;
@@ -8,3 +10,6 @@ typedef struct match_node_s {
} match_node_t;
void visualize_match(match_t *m);
+
+#endif
+// vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1