summaryrefslogtreecommitdiff
path: root/sv.c
diff options
context:
space:
mode:
authorNikola Knezevic <indy@tesla.rcub.bg.ac.yu>2001-08-14 01:15:01 +0200
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-14 13:10:36 +0000
commit3fc560815ba7dd140c2d3fa339cf6f010e20a63e (patch)
tree024106334be0c826657e0ba08434692302754070 /sv.c
parent56034a21148b7e209c292ff46abf1c959280e441 (diff)
downloadperl-3fc560815ba7dd140c2d3fa339cf6f010e20a63e.tar.gz
removing sv.c warnings on VC++5.0
Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@11670
Diffstat (limited to 'sv.c')
-rw-r--r--sv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sv.c b/sv.c
index 2d38d05416..3426596385 100644
--- a/sv.c
+++ b/sv.c
@@ -9554,6 +9554,8 @@ Create and return a new interpreter by cloning the current one.
*/
/* XXX the above needs expanding by someone who actually understands it ! */
+EXTERN_C PerlInterpreter *
+perl_clone_host(PerlInterpreter* proto_perl, UV flags);
PerlInterpreter *
perl_clone(PerlInterpreter *proto_perl, UV flags)