summaryrefslogtreecommitdiffstats
path: root/source/python/py_conv.h
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2002-11-29 01:10:10 +0000
committerTim Potter <tpot@samba.org>2002-11-29 01:10:10 +0000
commit80e61a7546b2ac070f8dda56b9810a352ac669e4 (patch)
tree2a3af2a841aa94abbebd5306b11df7accef192ed /source/python/py_conv.h
parent537cd78268abae8005de73c7bfd9ec24865da654 (diff)
downloadsamba-80e61a7546b2ac070f8dda56b9810a352ac669e4.tar.gz
samba-80e61a7546b2ac070f8dda56b9810a352ac669e4.tar.xz
samba-80e61a7546b2ac070f8dda56b9810a352ac669e4.zip
Merge of compiler warning fixes from HEAD.
Diffstat (limited to 'source/python/py_conv.h')
-rw-r--r--source/python/py_conv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/python/py_conv.h b/source/python/py_conv.h
index 24f5a66287b..b384f70fc2d 100644
--- a/source/python/py_conv.h
+++ b/source/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 (-: */