chiark
/
gitweb
/
~mdw
/
pyke
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
catacomb-python.h: Eliminate redundant declaration of `convgcipher'.
[pyke]
/
catacomb-python.h
diff --git
a/catacomb-python.h
b/catacomb-python.h
index 03077019e36bd6f39c8654318ba742d58cf72721..1989cd0409c388af6bbe2aaec1036044b568be18 100644
(file)
--- 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