summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJan Dubois <jand@activestate.com>1998-04-22 01:31:06 +0200
committerGurusamy Sarathy <gsar@cpan.org>1998-04-22 02:42:20 +0000
commit4b556e6ce00fc77d7d2644507d0f76c5004f26de (patch)
tree24352c8e0581051b177a5588ba473dffd5e7d2ba /proto.h
parentdc1be6b5f3ddbc67a59c272a982146f55b348312 (diff)
downloadperl-4b556e6ce00fc77d7d2644507d0f76c5004f26de.tar.gz
[win32] hand-applied patch along with small tweaks
Message-Id: <35400e2a.13538517@smtp1.ibm.net> Subject: Re: Per-Interpreter variables for win32.c p4raw-id: //depot/win32/perl@894
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 7641071b08..eb75dc4ee3 100644
--- a/proto.h
+++ b/proto.h
@@ -371,6 +371,7 @@ void pad_reset _((void));
void pad_swipe _((PADOFFSET po));
void peep _((OP* o));
PerlInterpreter* perl_alloc _((void));
+void perl_atexit _((void(*fn)(void *), void*));
I32 perl_call_argv _((char* subname, I32 flags, char** argv));
I32 perl_call_method _((char* methname, I32 flags));
I32 perl_call_pv _((char* subname, I32 flags));