summaryrefslogtreecommitdiffstats
path: root/python/wrap_objs.h
diff options
context:
space:
mode:
authorValery Febvre <vfebvre at easter-eggs.com>2004-04-13 10:15:54 +0000
committerValery Febvre <vfebvre at easter-eggs.com>2004-04-13 10:15:54 +0000
commitf1d2812a740a1463bf920e6501e14baafe632aed (patch)
tree5685eae31fbb0aea42b821a0eb4b95c2ceffefbe /python/wrap_objs.h
parentda44bfe52bb580448477d8b91e59dcc6bc47e914 (diff)
downloadlasso-f1d2812a740a1463bf920e6501e14baafe632aed.tar.gz
lasso-f1d2812a740a1463bf920e6501e14baafe632aed.tar.xz
lasso-f1d2812a740a1463bf920e6501e14baafe632aed.zip
*** empty log message ***
Diffstat (limited to 'python/wrap_objs.h')
-rw-r--r--python/wrap_objs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wrap_objs.h b/python/wrap_objs.h
index a846d00a..ef3356de 100644
--- a/python/wrap_objs.h
+++ b/python/wrap_objs.h
@@ -55,7 +55,7 @@ PyObject *int_wrap(int val);
PyObject *charPtr_wrap(char *str);
PyObject *charPtrConst_wrap(const char *str);
-PyObject *wrap_xmlCharPtr(xmlChar *str);
+PyObject *xmlCharPtr_wrap(xmlChar *str);
PyObject *wrap_xmlCharPtrConst(const xmlChar *str);
PyObject *wrap_xmlDocPtr(xmlDocPtr doc);
PyObject *wrap_xmlNodePtr(xmlNodePtr node);