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, 1 insertions, 1 deletions
diff --git a/NetWare/iperlhost.h b/NetWare/iperlhost.h
index cc1754afb3..fe3dab7a34 100644
--- a/NetWare/iperlhost.h
+++ b/NetWare/iperlhost.h
@@ -33,7 +33,7 @@ public:
virtual int PerlCreate(PerlInterpreter *my_perl) = 0;
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 int PerlDestroy(PerlInterpreter *my_perl) = 0;
virtual void PerlFree(PerlInterpreter *my_perl) = 0;
//virtual bool RegisterWithThreadTable(void)=0;