summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorMatthias Ulrich Neeracher <neeracher@mac.com>1998-01-31 07:32:42 +0100
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1998-02-06 16:42:53 +0000
commit9da1e3b5d1d609c7d834473bb3d3269a772dff38 (patch)
tree9a4416d2c5d2f3df30fc606d5a273def09434870 /proto.h
parent1acf53c5de4d6d234e2d70be90a7503dee9a9c3d (diff)
downloadperl-9da1e3b5d1d609c7d834473bb3d3269a772dff38.tar.gz
adding the newSVpvn API function
p4raw-id: //depot/perl@473
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 19159c5fd9..1b1504e336 100644
--- a/proto.h
+++ b/proto.h
@@ -342,6 +342,7 @@ OP* newSVOP _((I32 type, I32 flags, SV* sv));
SV* newSViv _((IV i));
SV* newSVnv _((double n));
SV* newSVpv _((char* s, STRLEN len));
+SV* newSVpvn _((char* s, STRLEN len));
SV* newSVpvf _((const char* pat, ...));
SV* newSVrv _((SV* rv, char* classname));
SV* newSVsv _((SV* old));