diff options
author | Gerald Carter <jerry@samba.org> | 2001-03-15 16:43:19 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2001-03-15 16:43:19 +0000 |
commit | 729b7cf214a8eeb36cef9ff86cfbc1a03fcf0d51 (patch) | |
tree | 49c7fd4001069754e20ec715b610efc6834b347c /source3/include | |
parent | f758474f32bd0c3f840d85eedb6a5024da4f1507 (diff) | |
download | samba-729b7cf214a8eeb36cef9ff86cfbc1a03fcf0d51.tar.gz samba-729b7cf214a8eeb36cef9ff86cfbc1a03fcf0d51.tar.bz2 samba-729b7cf214a8eeb36cef9ff86cfbc1a03fcf0d51.zip |
added getdriverdir and cleaned up the PRINTER_DRIVER_CTR struct
(This used to be commit 5d321673850e1e28e1bee4093705d7e319421687)
Diffstat (limited to 'source3/include')
-rwxr-xr-x | source3/include/rpc_spoolss.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 798b32bb7e..1e0a43987c 100755 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -1534,11 +1534,7 @@ DRIVER_DIRECTORY_1; typedef struct driver_info_ctr_info { - union - { - DRIVER_DIRECTORY_1 info_1; - } - driver; + DRIVER_DIRECTORY_1 *info1; } DRIVER_DIRECTORY_CTR; |