summaryrefslogtreecommitdiff
path: root/src/pyinterp.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pyinterp.h')
-rw-r--r--src/pyinterp.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pyinterp.h b/src/pyinterp.h
index a550e5ba..dd9ca64c 100644
--- a/src/pyinterp.h
+++ b/src/pyinterp.h
@@ -76,6 +76,8 @@ public:
return eval(str, mode);
}
+ value_t python_command(call_scope_t& scope);
+
class functor_t {
functor_t();