diff options
Diffstat (limited to 'python/xml/py_xml.h')
-rw-r--r-- | python/xml/py_xml.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/xml/py_xml.h b/python/xml/py_xml.h index b72dbe55..a1a186ab 100644 --- a/python/xml/py_xml.h +++ b/python/xml/py_xml.h @@ -37,5 +37,6 @@ PyObject *LassoNode_wrap(LassoNode *node); PyObject *node_dump(PyObject *self, PyObject *args); PyObject *node_unref(PyObject *self, PyObject *args); +PyObject *node_url_encode(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_XML_H__ */ |