summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-17 15:23:30 +0100
committerGünther Deschner <gd@samba.org>2009-03-17 18:39:43 +0100
commit6549408a4ddb97d109eccb3f8b8bac456b4c4bc8 (patch)
treea0a5e86b4819674937b921867aaaca6a93b3c23c /source3/include
parent827ba0a64b33ca9caf7673f195cf17c1d5b84b66 (diff)
downloadsamba-6549408a4ddb97d109eccb3f8b8bac456b4c4bc8.tar.gz
samba-6549408a4ddb97d109eccb3f8b8bac456b4c4bc8.tar.bz2
samba-6549408a4ddb97d109eccb3f8b8bac456b4c4bc8.zip
s3-spoolss: rename construct_dev_mode_new to construct_dev_mode.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index fea9588775..aa7fea8cb8 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6030,9 +6030,8 @@ void construct_info_data(struct spoolss_Notify *info_data,
enum spoolss_NotifyType type,
enum spoolss_Field field,
int id);
-DEVICEMODE *construct_dev_mode(const char *servicename);
-struct spoolss_DeviceMode *construct_dev_mode_new(TALLOC_CTX *mem_ctx,
- const char *servicename);
+struct spoolss_DeviceMode *construct_dev_mode(TALLOC_CTX *mem_ctx,
+ const char *servicename);
WERROR add_port_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, const char *portname, const char *uri );
bool add_printer_hook(TALLOC_CTX *ctx, NT_USER_TOKEN *token, NT_PRINTER_INFO_LEVEL *printer);
WERROR enumports_hook(TALLOC_CTX *ctx, int *count, char ***lines );