pyke/mapping.c: Export `gmap_pyupdate' as a separately useful thing.
[mLib-python] / pyke / pyke.h
index a60fd76..ada47fc 100644 (file)
@@ -687,6 +687,7 @@ extern PyObject *gmap_pyiter(PyObject *); /* for `tp_iter' */
 extern PyObject *gmap_pylookup(PyObject *, PyObject *); /* for `mp_subscript' */
 extern int gmap_pystore(PyObject *, PyObject *, PyObject *); /* for `mp_ass_subscript' */
 extern int gmap_pyhaskey(PyObject *, PyObject *); /* for `sq_contains' */
+extern int gmap_pyupdate(PyObject *me, PyObject *map);
 extern const PySequenceMethods gmap_pysequence; /* for `tp_as_sequence' */
 extern const PyMethodDef gmapro_pymethods[]; /* read-only methods */
 extern const PyMethodDef gmap_pymethods[]; /* all the standard methods */