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