From 49b8b560b023159cf65bbcf3068dc24e8091bc05 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mui=C3=B1o?= Date: Wed, 26 Jul 2000 12:34:25 -0300 Subject: Minor doc patch: handy.h Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar> p4raw-id: //depot/perl@6450 --- handy.h | 2 +- pod/perlapi.pod | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/handy.h b/handy.h index de0fa57edd..9e6f223cb5 100644 --- a/handy.h +++ b/handy.h @@ -505,7 +505,7 @@ The XSUB-writer's interface to the C C function. The XSUB-writer's interface to the C C 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 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 function. - void Safefree(void* src, void* dest, int nitems, type) + void Safefree(void* ptr) =for hackers Found in file handy.h -- cgit v1.2.1