summaryrefslogtreecommitdiff
path: root/source3/python/py_conv.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/python/py_conv.h')
-rw-r--r--source3/python/py_conv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/python/py_conv.h b/source3/python/py_conv.h
index 24f5a66287..b384f70fc2 100644
--- a/source3/python/py_conv.h
+++ b/source3/python/py_conv.h
@@ -31,6 +31,7 @@ struct pyconv {
PyObject *from_struct(void *s, struct pyconv *conv);
BOOL to_struct(void *s, PyObject *dict, struct pyconv *conv);
+PyObject *from_unistr_list(uint16 *dependentfiles);
/* Another version of offsetof (-: */