aboutsummaryrefslogtreecommitdiff
path: root/include/posthaste/core.h
diff options
context:
space:
mode:
authorKimplul <kimi.h.kuparinen@gmail.com>2024-04-27 00:22:13 +0300
committerKimplul <kimi.h.kuparinen@gmail.com>2024-04-27 00:22:13 +0300
commit449ca1e570aa421992bbe98c6928def1ba8896fd (patch)
treee64321b0c26da220c804403edc644079a81621dc /include/posthaste/core.h
parent515ad657ec6ef685c9c91479540518a0091f1516 (diff)
downloadposthaste-449ca1e570aa421992bbe98c6928def1ba8896fd.tar.gz
posthaste-449ca1e570aa421992bbe98c6928def1ba8896fd.zip
forgot to exclude include in gitignore
Diffstat (limited to 'include/posthaste/core.h')
-rw-r--r--include/posthaste/core.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/include/posthaste/core.h b/include/posthaste/core.h
new file mode 100644
index 0000000..ba52525
--- /dev/null
+++ b/include/posthaste/core.h
@@ -0,0 +1,7 @@
+#ifndef CORE_H
+#define CORE_H
+
+/* handles parsing, type checking and execution of fname */
+int run(const char *fname);
+
+#endif /* CORE_H */