summaryrefslogtreecommitdiff
path: root/source3/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
commit602635d484323b89b15234a3c29d6dfce4261b97 (patch)
tree26122afbe9f8f90728e9d60de6cab24be7777e1c /source3/python/py_conv.h
parent5767dbbdcde61dd2e49f4138ce096827c8ac948a (diff)
downloadsamba-602635d484323b89b15234a3c29d6dfce4261b97.tar.gz
samba-602635d484323b89b15234a3c29d6dfce4261b97.tar.bz2
samba-602635d484323b89b15234a3c29d6dfce4261b97.zip
Merge of compiler warning fixes from HEAD.
(This used to be commit 80e61a7546b2ac070f8dda56b9810a352ac669e4)
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 (-: */