diff options
-rw-r--r-- | handy.h | 2 | ||||
-rw-r--r-- | pod/perlapi.pod | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -505,7 +505,7 @@ The XSUB-writer's interface to the C C<realloc> function. The XSUB-writer's interface to the C C<realloc> function, with cast. -=for apidoc Am|void|Safefree|void* src|void* dest|int nitems|type +=for apidoc Am|void|Safefree|void* ptr The XSUB-writer's interface to the C C<free> function. =for apidoc Am|void|Move|void* src|void* dest|int nitems|type diff --git a/pod/perlapi.pod b/pod/perlapi.pod index c7edea92cc..e0b7c2b4f7 100644 --- a/pod/perlapi.pod +++ b/pod/perlapi.pod @@ -1674,7 +1674,7 @@ Found in file XSUB.h The XSUB-writer's interface to the C C<free> function. - void Safefree(void* src, void* dest, int nitems, type) + void Safefree(void* ptr) =for hackers Found in file handy.h |