xref: /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/perl/netpgpperl.i (revision 9fb66d812c00ebfb445c0b47dea128f32aa6fe96)
1 %module netpgpperl
2 %{
3 #include <netpgp.h>
4 #undef SvPOK
5 #define SvPOK(x) 1
6 %}
7 %include netpgp.h
8