summaryrefslogtreecommitdiff
path: root/parser.h
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-12-28 19:15:21 +1300
committerDavid Phillips <david@sighup.nz>2017-12-28 19:24:39 +1300
commit22d2cb0a71b22c3142cc073b7ceca976d7a513c1 (patch)
treea113c1b89a71e4a4962e65e22ae9300cc6412f4f /parser.h
parent95e3d12b61d7ca89c978b22403e66df8656238ae (diff)
downloadhence-22d2cb0a71b22c3142cc073b7ceca976d7a513c1.tar.xz
Add beginnings of test framework
Diffstat (limited to 'parser.h')
-rw-r--r--parser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/parser.h b/parser.h
new file mode 100644
index 0000000..5c78b92
--- /dev/null
+++ b/parser.h
@@ -0,0 +1 @@
+int parse_line(char *line);