X-Git-Url: https://git.distorted.org.uk/~mdw/pyke/blobdiff_plain/70ed69c4b04a5945a699b33e0bc998f8e8c4117f..c474ffa62f8ea8cd32f8c47b246c0312c8220f0c:/catacomb-python.h diff --git a/catacomb-python.h b/catacomb-python.h index 41c5292..1989cd0 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -69,6 +69,8 @@ #include #include #include +#include +#include #include #include @@ -88,7 +90,9 @@ #include #include #include +#include #include +#include #include #include @@ -499,7 +503,6 @@ extern PyTypeObject *gccipher_pytype; #define GCCIPHER_F(o) (((gccipher_pyobj *)(o))->f) extern PyObject *gccipher_pywrap(gccipher *); extern int convgccipher(PyObject *, void *); -extern int convgcipher(PyObject *, void *); typedef struct gcipher_pyobj { PyObject_HEAD