diff options
author | Tim Potter <tpot@samba.org> | 2002-05-01 04:24:01 +0000 |
---|---|---|
committer | Tim Potter <tpot@samba.org> | 2002-05-01 04:24:01 +0000 |
commit | 451b5feeb72771a64181ad07e08fff865872fd3e (patch) | |
tree | 6fcee74bbb6e2b302c146fe089f402b7c901055b /source3/python/py_spoolss_proto.h | |
parent | 77922d18a85c85a7fd0b38e04bc210ee351d1ee8 (diff) | |
download | samba-451b5feeb72771a64181ad07e08fff865872fd3e.tar.gz samba-451b5feeb72771a64181ad07e08fff865872fd3e.tar.bz2 samba-451b5feeb72771a64181ad07e08fff865872fd3e.zip |
make proto
(This used to be commit 99dee7b1018f9abc5374bcf877fea1a5cbde6cae)
Diffstat (limited to 'source3/python/py_spoolss_proto.h')
-rw-r--r-- | source3/python/py_spoolss_proto.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source3/python/py_spoolss_proto.h b/source3/python/py_spoolss_proto.h index 47602d175d..00118aae7d 100644 --- a/source3/python/py_spoolss_proto.h +++ b/source3/python/py_spoolss_proto.h @@ -76,6 +76,7 @@ BOOL py_from_PRINTER_INFO_2(PyObject **dict, PRINTER_INFO_2 *info); BOOL py_to_PRINTER_INFO_2(PRINTER_INFO_2 *info, PyObject *dict, TALLOC_CTX *mem_ctx); BOOL py_from_PRINTER_INFO_3(PyObject **dict, PRINTER_INFO_3 *info); -BOOL py_to_PRINTER_INFO_3(PRINTER_INFO_3 *info, PyObject *dict); +BOOL py_to_PRINTER_INFO_3(PRINTER_INFO_3 *info, PyObject *dict, + TALLOC_CTX *mem_ctx); #endif /* _PY_SPOOLSS_PROTO_H */ |