summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorJohn Peacock <jpeacock@rowman.com>2001-11-15 07:41:04 -0500
committerJarkko Hietaniemi <jhi@iki.fi>2001-11-15 21:21:29 +0000
commitf4758303c4694488fe79aa89312edc922a056bf5 (patch)
tree06683b0ed363a8029abcf065643046281e4dfd71 /proto.h
parent77818208643949320ba57536d6c01e6973ff7a4a (diff)
downloadperl-f4758303c4694488fe79aa89312edc922a056bf5.tar.gz
v-strings as Objects Step 1
Message-ID: <3BF3FE30.70D7EDCA@rowman.com> p4raw-id: //depot/perl@13028
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 80b2c2ce0c..01d30a49ce 100644
--- a/proto.h
+++ b/proto.h
@@ -561,6 +561,7 @@ PERL_CALLCONV OP* Perl_newUNOP(pTHX_ I32 type, I32 flags, OP* first);
PERL_CALLCONV OP* Perl_newWHILEOP(pTHX_ I32 flags, I32 debuggable, LOOP* loop, I32 whileline, OP* expr, OP* block, OP* cont);
PERL_CALLCONV PERL_SI* Perl_new_stackinfo(pTHX_ I32 stitems, I32 cxitems);
+PERL_CALLCONV char* Perl_new_vstring(pTHX_ char *vstr, SV *sv);
PERL_CALLCONV PerlIO* Perl_nextargv(pTHX_ GV* gv);
PERL_CALLCONV char* Perl_ninstr(pTHX_ const char* big, const char* bigend, const char* little, const char* lend);
PERL_CALLCONV OP* Perl_oopsCV(pTHX_ OP* o);