diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 02:44:16 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-08 02:44:16 +0000 |
commit | a914a109350e3285e6c8118644ba2162cd8632ad (patch) | |
tree | fcc3ef9ee550b083d4060b741bc7c436bb8b92b0 /python/xml/py_xml.h | |
parent | b73d899efd03f3058b752e0f64061f1f7e308fc9 (diff) | |
download | lasso-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.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__ */ |