chiark / gitweb /
catacomb-python.h: Eliminate redundant declaration of `convgcipher'.
[mLib-python] / catacomb-python.h
index 03077019e36bd6f39c8654318ba742d58cf72721..1989cd0409c388af6bbe2aaec1036044b568be18 100644 (file)
@@ -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