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