From 375bdfc7f89d8941c006bc2afb058176d81027e3 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 26 Apr 2010 10:24:46 -0400 Subject: s3-spoolss: Removed construct_dev_mode() function. Replace it with spoolss_create_default_devmode() or copy_devicemode() where needed. Signed-off-by: Jim McDonough --- source3/include/proto.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'source3/include') 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); -- cgit