diff options
author | Andreas Schneider <asn@samba.org> | 2010-06-15 13:37:44 +0200 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:15 -0400 |
commit | b95d5563ddff7aec15f4138be731578785dca7ec (patch) | |
tree | 9ea8eff8950269b12fbd22e712a00b2ef35454d7 /source3/include/nt_printing.h | |
parent | 924cc43d1b8f8358f7c7aaef16b06437e39cd05b (diff) | |
download | samba-b95d5563ddff7aec15f4138be731578785dca7ec.tar.gz samba-b95d5563ddff7aec15f4138be731578785dca7ec.tar.xz samba-b95d5563ddff7aec15f4138be731578785dca7ec.zip |
s3-printing: Added automatic migration of printing tdbs.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r-- | source3/include/nt_printing.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 830afb4804..199236bd5e 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -229,12 +229,6 @@ WERROR spoolss_create_default_devmode(TALLOC_CTX *mem_ctx, const char *devicename, struct spoolss_DeviceMode **devmode); -int pack_devicemode(struct spoolss_DeviceMode *devmode, uint8 *buf, int buflen); - -int unpack_devicemode(TALLOC_CTX *mem_ctx, - const uint8 *buf, int buflen, - struct spoolss_DeviceMode **devmode); - WERROR spoolss_create_default_secdesc(TALLOC_CTX *mem_ctx, struct spoolss_security_descriptor **secdesc); |