diff options
Diffstat (limited to 'gnu/usr.bin/perl/NetWare/interface.h')
-rw-r--r-- | gnu/usr.bin/perl/NetWare/interface.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/perl/NetWare/interface.h b/gnu/usr.bin/perl/NetWare/interface.h index 2c9d46d75d5..b6dd4a076e4 100644 --- a/gnu/usr.bin/perl/NetWare/interface.h +++ b/gnu/usr.bin/perl/NetWare/interface.h @@ -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,7 +35,7 @@ public: int PerlCreate(PerlInterpreter *my_perl); int PerlParse(PerlInterpreter *my_perl, int argc, char** argv, char** env); int PerlRun(PerlInterpreter *my_perl); - int PerlDestroy(PerlInterpreter *my_perl); + void PerlDestroy(PerlInterpreter *my_perl); void PerlFree(PerlInterpreter *my_perl); //bool RegisterWithThreadTable(void); |