summaryrefslogtreecommitdiff
path: root/source3/python/py_conv.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-11-22 06:18:03 +0000
committerTim Potter <tpot@samba.org>2002-11-22 06:18:03 +0000
commitb7b7ff55cc04b1d3d5a60c4909527b6f2816cd2f (patch)
tree03d5e866687ae9c5ea3df52a31a34c437f63e4bd /source3/python/py_conv.h
parentd1bedec87c435fb874991fda109911e44ea0bf4d (diff)
downloadsamba-b7b7ff55cc04b1d3d5a60c4909527b6f2816cd2f.tar.gz
samba-b7b7ff55cc04b1d3d5a60c4909527b6f2816cd2f.tar.bz2
samba-b7b7ff55cc04b1d3d5a60c4909527b6f2816cd2f.zip
Fixed some compiler warnings.
(This used to be commit 9e871cc256a70bc64e59630bd31c890cc231368e)
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 (-: */