diff options
author | Günther Deschner <gd@samba.org> | 2009-02-17 00:12:21 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-02-23 16:17:37 +0100 |
commit | b3f6d6910850efaf6240dd01576d3794d8aec170 (patch) | |
tree | f4a7edd2b9adecb0696ae852bde355940274e6c9 /source3/include | |
parent | 2efa7cf6d9b20fe20a2bd6b0e64625c5082f97f1 (diff) | |
download | samba-b3f6d6910850efaf6240dd01576d3794d8aec170.tar.gz samba-b3f6d6910850efaf6240dd01576d3794d8aec170.tar.bz2 samba-b3f6d6910850efaf6240dd01576d3794d8aec170.zip |
s3-spoolss: use spoolss_NotifyOption and spoolss_NotifyType instead of SPOOL_NOTIFY_OPTION and SPOOL_NOTIFY_OPTION_TYPE.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 3bf51f2c9d..43fd363b55 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -439,7 +439,7 @@ typedef struct _Printer{ uint32 options; fstring localmachine; uint32 printerlocal; - SPOOL_NOTIFY_OPTION *option; + struct spoolss_NotifyOption *option; POLICY_HND client_hnd; bool client_connected; uint32 change; |