This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
perl.h: Remove ';' from 'NOOP;'
[perl5.git] / NetWare / interface.h
index ab24e5c..2c9d46d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * Copyright © 2001 Novell, Inc. All Rights Reserved.
+ * Copyright Â© 2001 Novell, Inc. All Rights Reserved.
  *
  * You may distribute under the terms of either the GNU General Public
  * License or the Artistic License, as specified in the README file.
@@ -35,9 +35,11 @@ public:
        int PerlCreate(PerlInterpreter *my_perl);
        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);
+       int PerlDestroy(PerlInterpreter *my_perl);
+       void PerlFree(PerlInterpreter *my_perl);
+
+       //bool RegisterWithThreadTable(void);
+       //bool UnregisterWithThreadTable(void);
 };