summaryrefslogtreecommitdiff
path: root/proto.h
diff options
context:
space:
mode:
authorAlan Burlison <Alan.Burlison@uk.sun.com>2005-11-04 16:33:30 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-11-04 16:35:17 +0000
commitb0269e46d70f4b0ab23ffad2f94b10b64091afa3 (patch)
treedecdaeec830e613bfc9b56e003f6d70d4605b75d /proto.h
parentbff98e240ae94e05cc03de1adde32b5bee958718 (diff)
downloadperl-b0269e46d70f4b0ab23ffad2f94b10b64091afa3.tar.gz
use clearenv if available
Message-ID: <436B8D5A.4010502@sun.com> p4raw-id: //depot/perl@25996
Diffstat (limited to 'proto.h')
-rw-r--r--proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto.h b/proto.h
index 2839a18044..0c37c5adff 100644
--- a/proto.h
+++ b/proto.h
@@ -4083,6 +4083,8 @@ PERL_CALLCONV int Perl_my_sprintf(char *buffer, const char *pat, ...)
#endif
+PERL_CALLCONV void Perl_my_clearenv(pTHX);
+
END_EXTERN_C
/*
* ex: set ts=8 sts=4 sw=4 noet: