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