aboutsummaryrefslogtreecommitdiff
path: root/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'eval.h')
-rw-r--r--eval.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/eval.h b/eval.h
new file mode 100644
index 0000000..d22355b
--- /dev/null
+++ b/eval.h
@@ -0,0 +1,7 @@
+#ifndef EVAL_H
+#define EVAL_H
+
+struct list *eval(struct list *list);
+struct list *eval_str(const char *str);
+
+#endif