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