summaryrefslogtreecommitdiff
path: root/NetWare/interface.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-07-02 13:36:58 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-07-02 13:36:58 +0000
commit8d8d6a391b6e5a9994018d88367fe506718a5784 (patch)
tree482f46293be5ea4eddf6741d69336774ed072d4f /NetWare/interface.h
parent4371c309378a2dfbca6084349e6c72888c5a5693 (diff)
downloadperl-8d8d6a391b6e5a9994018d88367fe506718a5784.tar.gz
Netware tweaks from Guruprasad.
p4raw-id: //depot/perl@11090
Diffstat (limited to 'NetWare/interface.h')
-rw-r--r--NetWare/interface.h13
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);
};