aboutsummaryrefslogtreecommitdiff
path: root/inc/parse.h
diff options
context:
space:
mode:
authorMarvin Borner2023-05-30 13:10:00 +0200
committerMarvin Borner2023-05-30 13:10:00 +0200
commit75c40090e9302e11fc32863270360ef597a93933 (patch)
treed2ec6a5539c1f77852a5ae7bc452bf4eef35b5b1 /inc/parse.h
Initial bootstrapping
Diffstat (limited to 'inc/parse.h')
-rw-r--r--inc/parse.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/inc/parse.h b/inc/parse.h
new file mode 100644
index 0000000..451647f
--- /dev/null
+++ b/inc/parse.h
@@ -0,0 +1,11 @@
+// Copyright (c) 2023, Marvin Borner <dev@marvinborner.de>
+// SPDX-License-Identifier: MIT
+
+#ifndef SHARING_PARSE_H
+#define SHARING_PARSE_H
+
+#include <term.h>
+
+struct term *parse_blc(char **term);
+
+#endif