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