X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=handy.h;h=f88af3ea57eeb1eaf18ee6e0f175451640613fc3;hb=0295a53a2a0d7b08c078ea9d195ec919c7df2a35;hp=fe59d817322c43d95a9ff20b70baaa75872a412e;hpb=8d545908e1cd632fcaad42013d87f9fa4a034ad2;p=p5sagit%2Fp5-mst-13.2.git diff --git a/handy.h b/handy.h index fe59d81..f88af3e 100644 --- a/handy.h +++ b/handy.h @@ -246,10 +246,10 @@ Like C, but takes a literal string instead of a string/length pair. Like C, but takes a literal string instead of a string/length pair and omits the hash parameter. -=for apidoc Am|SV*|sv_catpvs|SV* sv|const char* s +=for apidoc Am|void|sv_catpvs|SV* sv|const char* s Like C, but takes a literal string instead of a string/length pair. -=for apidoc Am|SV*|sv_setpvs|SV* sv|const char* s +=for apidoc Am|void|sv_setpvs|SV* sv|const char* s Like C, but takes a literal string instead of a string/length pair. =head1 Memory Management