summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/perl/NetWare/interface.h
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-10-27 22:15:10 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-10-27 22:15:10 +0000
commit23ea4b99ccf7af7822f8d0962ac2875da1f8225b (patch)
tree15837a449e01b57e8f8d9da804c6da2d4c07fd6d /gnu/usr.bin/perl/NetWare/interface.h
parentee0ec985db7a78bbce065c25b928ac9ceacef770 (diff)
stock perl 5.8.0 from CPAN
Diffstat (limited to 'gnu/usr.bin/perl/NetWare/interface.h')
-rw-r--r--gnu/usr.bin/perl/NetWare/interface.h4
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);