summaryrefslogtreecommitdiffstats
path: root/python/xml/py_xml.c
diff options
context:
space:
mode:
Diffstat (limited to 'python/xml/py_xml.c')
-rw-r--r--python/xml/py_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/xml/py_xml.c b/python/xml/py_xml.c
index c9e1cc72..49dd7c46 100644
--- a/python/xml/py_xml.c
+++ b/python/xml/py_xml.c
@@ -26,7 +26,7 @@
#include "py_xml.h"
-PyObject *wrap_LassoNode(LassoNode *node) {
+PyObject *LassoNode_wrap(LassoNode *node) {
PyObject *ret;
if (node == NULL) {