xref: /netbsd-src/crypto/external/bsd/netpgp/dist/bindings/python/netpgppython.i (revision 5dd36a3bc8bf2a9dec29ceb6349550414570c447)
1 %module netpgppython
2 %{
3 #include <netpgp.h>
4 
5 
6 %}
7 %include netpgp.h
8