diff options
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlapi.pod | 2 |
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 |