diff options
Diffstat (limited to 'source3/python/py_conv.h')
-rw-r--r-- | source3/python/py_conv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source3/python/py_conv.h b/source3/python/py_conv.h index b384f70fc2..24f5a66287 100644 --- a/source3/python/py_conv.h +++ b/source3/python/py_conv.h @@ -31,7 +31,6 @@ 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 (-: */ |