diff options
Diffstat (limited to 'src/resp.hpp')
-rw-r--r-- | src/resp.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/resp.hpp b/src/resp.hpp index d56b5ae..494241b 100644 --- a/src/resp.hpp +++ b/src/resp.hpp @@ -679,6 +679,11 @@ struct Engine { typedef const vector<CVal> CVals; + virtual CFunc compileProt(CEnv& cenv, + const std::string& name, + const ATuple* args, + const ATuple* type) = 0; + virtual CFunc startFn(CEnv& cenv, const std::string& name, const ATuple* args, |