diff options
Diffstat (limited to 'perl-install/Newt/Av_CharPtrPtr.h')
-rw-r--r-- | perl-install/Newt/Av_CharPtrPtr.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/perl-install/Newt/Av_CharPtrPtr.h b/perl-install/Newt/Av_CharPtrPtr.h new file mode 100644 index 000000000..765f1a731 --- /dev/null +++ b/perl-install/Newt/Av_CharPtrPtr.h @@ -0,0 +1,4 @@ +char ** XS_unpack_charPtrPtr _(( SV *rv )); +void XS_pack_charPtrPtr _(( SV *st, char **s )); +void XS_release_charPtrPtr _(( char **s )); + |