diff options
author | Günther Deschner <gd@samba.org> | 2009-02-13 12:47:32 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-23 16:17:36 +0100 |
commit | 418691c2e7eae156b10ae29cf443e26cede92e93 (patch) | |
tree | 36871d56029f656aba9330e2c703eb7bbbf10010 /source3/include | |
parent | 9b453f9248de2fce117f029240530d199e039ce1 (diff) | |
download | samba-418691c2e7eae156b10ae29cf443e26cede92e93.tar.gz samba-418691c2e7eae156b10ae29cf443e26cede92e93.tar.bz2 samba-418691c2e7eae156b10ae29cf443e26cede92e93.zip |
s3-spoolss: use more idl types in spoolss server.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index fed1dd35fe..93b4ca8c7d 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -6206,8 +6206,11 @@ void spoolss_notify_cjobs(int snum, print_queue_struct *queue, NT_PRINTER_INFO_LEVEL *printer, TALLOC_CTX *mem_ctx); -void construct_info_data(struct spoolss_Notify *info_data, uint16 type, uint16 field, int id); WERROR _spoolss_rfnpcnex( pipes_struct *p, SPOOL_Q_RFNPCNEX *q_u, SPOOL_R_RFNPCNEX *r_u); +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); WERROR _spoolss_enumprinters( pipes_struct *p, SPOOL_Q_ENUMPRINTERS *q_u, SPOOL_R_ENUMPRINTERS *r_u); WERROR _spoolss_getprinter(pipes_struct *p, SPOOL_Q_GETPRINTER *q_u, SPOOL_R_GETPRINTER *r_u); |