diff options
Diffstat (limited to 'NetWare/interface.h')
-rw-r--r-- | NetWare/interface.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/NetWare/interface.h b/NetWare/interface.h index f574166b2a..ab24e5c325 100644 --- a/NetWare/interface.h +++ b/NetWare/interface.h @@ -8,11 +8,11 @@ */ /* - * FILENAME : interface.c - * DESCRIPTION : Perl parsing and running functions. - * Author : SGP - * Date : January 2001. - * + * FILENAME : interface.c + * DESCRIPTION : Perl parsing and running functions. + * Author : SGP + * Date Created : January 2001. + * Date Modified: July 2nd 2001. */ @@ -36,7 +36,8 @@ public: int PerlParse(PerlInterpreter *my_perl, int argc, char** argv, char** env); int PerlRun(PerlInterpreter *my_perl); void PerlDestroy(PerlInterpreter *my_perl); - + bool RegisterWithThreadTable(void); + bool UnregisterWithThreadTable(void); }; |