X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/catacomb-python/blobdiff_plain/d65d80d7c096e6afc500270ee29909f64869e5dc..612dc22493a146c4d5dad5bef03f6abfc35e235b:/catacomb-python.h?ds=sidebyside diff --git a/catacomb-python.h b/catacomb-python.h index 0307701..1989cd0 100644 --- a/catacomb-python.h +++ b/catacomb-python.h @@ -503,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