chiark
/
gitweb
/
~mdw
/
catacomb-python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
d65d80d
)
catacomb-python.h: Eliminate redundant declaration of `convgcipher'.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 9 Nov 2018 12:34:20 +0000
(12:34 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 10 Nov 2018 01:30:58 +0000
(
01:30
+0000)
There's another one a bit further down.
catacomb-python.h
patch
|
blob
|
blame
|
history
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 *);
#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
typedef struct gcipher_pyobj {
PyObject_HEAD