aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/builtin.h
diff options
context:
space:
mode:
Diffstat (limited to 'builtin.h')
-rw-r--r--builtin.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/builtin.h b/builtin.h
index d0d3fd2c..5fe77c92 100644
--- a/builtin.h
+++ b/builtin.h
@@ -12,4 +12,8 @@ struct builtin_fn {
struct symbol_op *op;
};
+void declare_builtins(int stream, const struct builtin_fn tbl[]);
+
+extern struct symbol_op generic_int_op;
+
#endif