chiark / gitweb /
bytestring.c: Cache empty and singleton strings.
[catacomb-python] / catacomb-python.h
index 03077019e36bd6f39c8654318ba742d58cf72721..bbb5fac76e41388fc10a81e7010427cae8a05822 100644 (file)
@@ -231,6 +231,8 @@ MODULES(DO)
     return (d);                                                                \
   }
 
+#define KWLIST (/*unconst*/ char **)kwlist
+
 struct nameval { const char *name; unsigned long value; };
 extern void setconstants(PyObject *, const struct nameval *);
 
@@ -503,7 +505,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