aboutsummaryrefslogtreecommitdiff
path: root/tmp.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmp.h')
-rw-r--r--tmp.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/tmp.h b/tmp.h
new file mode 100644
index 0000000..b62487a
--- /dev/null
+++ b/tmp.h
@@ -0,0 +1,9 @@
+#ifndef TMP_H
+#define TMP_H
+
+#include "parse.h"
+#include "storage.h"
+
+const struct stentry *tmp_create(struct fn *fn, const struct type *t);
+
+#endif