diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-05 23:12:19 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-05 23:12:19 +0000 |
commit | 4d76e4b4b06e50f8d4823ad3dd37d8c202e442e0 (patch) | |
tree | 42e80c4d0b532e8dabd0caf3a49266b92693d85d /NetWare/iperlhost.h | |
parent | b15a22ab7111cb08cbc38a0a816e11f3fc34a386 (diff) | |
download | perl-4d76e4b4b06e50f8d4823ad3dd37d8c202e442e0.tar.gz |
NetWare update from Ananth Kesari.
p4raw-id: //depot/perl@14567
Diffstat (limited to 'NetWare/iperlhost.h')
-rw-r--r-- | NetWare/iperlhost.h | 2 |
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; }; |