diff options
author | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-13 10:15:54 +0000 |
---|---|---|
committer | Valery Febvre <vfebvre at easter-eggs.com> | 2004-04-13 10:15:54 +0000 |
commit | f1d2812a740a1463bf920e6501e14baafe632aed (patch) | |
tree | 5685eae31fbb0aea42b821a0eb4b95c2ceffefbe /python/xml/py_xml.h | |
parent | da44bfe52bb580448477d8b91e59dcc6bc47e914 (diff) | |
download | lasso-f1d2812a740a1463bf920e6501e14baafe632aed.tar.gz lasso-f1d2812a740a1463bf920e6501e14baafe632aed.tar.xz lasso-f1d2812a740a1463bf920e6501e14baafe632aed.zip |
*** empty log message ***
Diffstat (limited to 'python/xml/py_xml.h')
-rw-r--r-- | python/xml/py_xml.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/python/xml/py_xml.h b/python/xml/py_xml.h index a1a186ab..2de90e1a 100644 --- a/python/xml/py_xml.h +++ b/python/xml/py_xml.h @@ -36,7 +36,10 @@ typedef struct { PyObject *LassoNode_wrap(LassoNode *node); PyObject *node_dump(PyObject *self, PyObject *args); +PyObject *node_get_attr_value(PyObject *self, PyObject *args); +PyObject *node_get_child(PyObject *self, PyObject *args); PyObject *node_unref(PyObject *self, PyObject *args); PyObject *node_url_encode(PyObject *self, PyObject *args); +PyObject *node_verify_signature(PyObject *self, PyObject *args); #endif /* __PYLASSO_PY_XML_H__ */ |