diff options
author | Günther Deschner <gd@samba.org> | 2009-03-17 14:43:50 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 18:39:17 +0100 |
commit | 47c024fd7516aa940b6b04f903cedff677e5543e (patch) | |
tree | 2f147abcd7223cb9bbf94b22ee811950acd59835 /source3/include | |
parent | 28d16866ee639f828ea644753f29a678605883a5 (diff) | |
download | samba-47c024fd7516aa940b6b04f903cedff677e5543e.tar.gz samba-47c024fd7516aa940b6b04f903cedff677e5543e.tar.bz2 samba-47c024fd7516aa940b6b04f903cedff677e5543e.zip |
s3-spoolss: rename temporary convert_devicemode_new function.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index f837a31cfc..ddc6ed1fad 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -5956,8 +5956,9 @@ void reset_all_printerdata(struct messaging_context *msg, uint32_t msg_type, struct server_id server_id, DATA_BLOB *data); -bool convert_devicemode(const char *printername, const DEVICEMODE *devmode, - NT_DEVICEMODE **pp_nt_devmode); +bool convert_devicemode(const char *printername, + const struct spoolss_DeviceMode *devmode, + NT_DEVICEMODE **pp_nt_devmode); WERROR set_printer_dataex( NT_PRINTER_INFO_LEVEL *printer, const char *key, const char *value, uint32 type, uint8 *data, int real_len ); void spoolss_notify_server_name(int snum, |