mercurial/cext/charencode.h
changeset 33925 2c37f9dabc32
parent 33759 a22339d389d4
child 33926 f4433f2713d0
--- a/mercurial/cext/charencode.h	Sun Apr 23 16:10:51 2017 +0900
+++ b/mercurial/cext/charencode.h	Sun Apr 23 14:47:52 2017 +0900
@@ -22,6 +22,7 @@
 PyObject *asciilower(PyObject *self, PyObject *args);
 PyObject *asciiupper(PyObject *self, PyObject *args);
 PyObject *make_file_foldmap(PyObject *self, PyObject *args);
+PyObject *jsonescapeu8fast(PyObject *self, PyObject *args);
 
 static const int8_t hextable[256] = {
 	-1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1, -1,