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