diff options
author | Günther Deschner <gd@samba.org> | 2009-03-16 23:10:35 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-03-17 12:19:03 +0100 |
commit | 338c61060b0af1a959cfd77e4d015853a7f09bfb (patch) | |
tree | 04f3623382afe8f2d94c2b6e3b3fc938d1337d23 /source3/include/rpc_spoolss.h | |
parent | 63d78712bc11df175bc8cb3b53f1e413211d7248 (diff) | |
download | samba-338c61060b0af1a959cfd77e4d015853a7f09bfb.tar.gz samba-338c61060b0af1a959cfd77e4d015853a7f09bfb.tar.bz2 samba-338c61060b0af1a959cfd77e4d015853a7f09bfb.zip |
s3-spoolss: remove old spoolss_EnumPrinterKey.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r-- | source3/include/rpc_spoolss.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 7c14e73a41..0ad684d7af 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -295,22 +295,6 @@ SYSTEMTIME; /********************************************/ -typedef struct spool_q_enumprinterkey -{ - POLICY_HND handle; - UNISTR2 key; - uint32 size; -} -SPOOL_Q_ENUMPRINTERKEY; - -typedef struct spool_r_enumprinterkey -{ - BUFFER5 keys; - uint32 needed; /* in bytes */ - WERROR status; -} -SPOOL_R_ENUMPRINTERKEY; - typedef struct printer_enum_values { UNISTR valuename; |