diff options
author | Simo Sorce <idra@samba.org> | 2010-04-26 10:24:46 -0400 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-07-27 10:27:09 -0400 |
commit | 375bdfc7f89d8941c006bc2afb058176d81027e3 (patch) | |
tree | 0d063b17fd7f103fe6921f76b224ca94df9ea18c /source3/include | |
parent | 0d694e1261975bdc565b673e38001c67f9ca239a (diff) | |
download | samba-375bdfc7f89d8941c006bc2afb058176d81027e3.tar.gz samba-375bdfc7f89d8941c006bc2afb058176d81027e3.tar.bz2 samba-375bdfc7f89d8941c006bc2afb058176d81027e3.zip |
s3-spoolss: Removed construct_dev_mode() function.
Replace it with spoolss_create_default_devmode() or
copy_devicemode() where needed.
Signed-off-by: Jim McDonough <jmcd@samba.org>
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f9d8262973..02bc54c5b0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5139,8 +5139,6 @@ void reset_all_printerdata(struct messaging_context *msg, WERROR set_printer_dataex(NT_PRINTER_INFO_LEVEL *printer, const char *key, const char *value, uint32_t type, uint8_t *data, int real_len); -struct spoolss_DeviceMode *construct_dev_mode(TALLOC_CTX *mem_ctx, - const char *servicename); bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, struct spoolss_SetPrinterInfo2 *info2); |