summaryrefslogtreecommitdiffstats
path: root/python/xml/py_xml.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-04-08 02:44:16 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-04-08 02:44:16 +0000
commita914a109350e3285e6c8118644ba2162cd8632ad (patch)
treefcc3ef9ee550b083d4060b741bc7c436bb8b92b0 /python/xml/py_xml.h
parentb73d899efd03f3058b752e0f64061f1f7e308fc9 (diff)
downloadlasso-a914a109350e3285e6c8118644ba2162cd8632ad.tar.gz
lasso-a914a109350e3285e6c8118644ba2162cd8632ad.tar.xz
lasso-a914a109350e3285e6c8118644ba2162cd8632ad.zip
*** empty log message ***
Diffstat (limited to 'python/xml/py_xml.h')
-rw-r--r--python/xml/py_xml.h1
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__ */