summaryrefslogtreecommitdiff
path: root/pod
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-25 18:03:00 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2005-03-25 18:03:00 +0000
commit8f42b153a33e87e34587f52f491b24c52b63b818 (patch)
tree99058d45ba346e9be812dc84200f49d01470e934 /pod
parent2c590a56b3b649dadb95831ca47026c0fdf301e3 (diff)
downloadperl-8f42b153a33e87e34587f52f491b24c52b63b818.tar.gz
Remove the const qualifier from argv and env variables
p4raw-id: //depot/perl@24077
Diffstat (limited to 'pod')
-rw-r--r--pod/perlapi.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlapi.pod b/pod/perlapi.pod
index da9abe87d6..a915892a01 100644
--- a/pod/perlapi.pod
+++ b/pod/perlapi.pod
@@ -310,7 +310,7 @@ Performs a callback to the specified Perl sub. See L<perlcall>.
NOTE: the perl_ form of this function is deprecated.
- I32 call_argv(const char* sub_name, I32 flags, const char** argv)
+ I32 call_argv(const char* sub_name, I32 flags, char** argv)
=for hackers
Found in file perl.c