summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-18 16:16:25 +0100
committerGünther Deschner <gd@samba.org>2009-03-18 16:46:49 +0100
commite61c9ca36d48167ea14d7d7cc41ac43a803d3aca (patch)
tree920b198d8fb5e8e01b263672f2c83f5851a2c9f3 /source3/include
parent8b730ca1d8431d8d1eddee9523c64e60e06bc59c (diff)
downloadsamba-e61c9ca36d48167ea14d7d7cc41ac43a803d3aca.tar.gz
samba-e61c9ca36d48167ea14d7d7cc41ac43a803d3aca.tar.bz2
samba-e61c9ca36d48167ea14d7d7cc41ac43a803d3aca.zip
s3-spoolss: fix spoolss server after spoolss_Field changes.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 5019cb6b9d..deee1bbf98 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -6025,7 +6025,7 @@ void spoolss_notify_cjobs(int snum,
TALLOC_CTX *mem_ctx);
void construct_info_data(struct spoolss_Notify *info_data,
enum spoolss_NotifyType type,
- enum spoolss_Field field,
+ uint16_t field,
int id);
struct spoolss_DeviceMode *construct_dev_mode(TALLOC_CTX *mem_ctx,
const char *servicename);