summaryrefslogtreecommitdiff
path: root/NetWare/iperlhost.h
diff options
context:
space:
mode:
Diffstat (limited to 'NetWare/iperlhost.h')
-rw-r--r--NetWare/iperlhost.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/NetWare/iperlhost.h b/NetWare/iperlhost.h
index 4079a6e309..53bc87901d 100644
--- a/NetWare/iperlhost.h
+++ b/NetWare/iperlhost.h
@@ -34,6 +34,8 @@ public:
virtual int PerlParse(PerlInterpreter *my_perl,int argc, char** argv, char** env) = 0;
virtual int PerlRun(PerlInterpreter *my_perl) = 0;
virtual void PerlDestroy(PerlInterpreter *my_perl) = 0;
+ virtual void PerlFree(PerlInterpreter *my_perl) = 0;
+
virtual bool RegisterWithThreadTable(void)=0;
virtual bool UnregisterWithThreadTable(void)=0;
};