summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-02-16 23:34:12 +0100
committerGünther Deschner <gd@samba.org>2009-02-23 16:26:11 +0100
commit2234984fd0a745603b3131e330234349fe428742 (patch)
tree39c0a2f843e44ffd7f31cfe2042682458452fc45 /source3/include/rpc_spoolss.h
parentfc703a14928c61031589ac6cce8f2985e5fb87a9 (diff)
downloadsamba-2234984fd0a745603b3131e330234349fe428742.tar.gz
samba-2234984fd0a745603b3131e330234349fe428742.tar.bz2
samba-2234984fd0a745603b3131e330234349fe428742.zip
s3-spoolss: remove old spoolss_RemoteFindFirstPrinterChangeNotifyEx.
Guenther
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rw-r--r--source3/include/rpc_spoolss.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 26ecf2bfa5..2d1806aeca 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -406,28 +406,6 @@ typedef struct spool_notify_option
}
SPOOL_NOTIFY_OPTION;
-
-/* If the struct name looks obscure, yes it is ! */
-/* RemoteFindFirstPrinterChangeNotificationEx query struct */
-typedef struct spoolss_q_rffpcnex
-{
- POLICY_HND handle;
- uint32 flags;
- uint32 options;
- uint32 localmachine_ptr;
- UNISTR2 localmachine;
- uint32 printerlocal;
- uint32 option_ptr;
- SPOOL_NOTIFY_OPTION *option;
-}
-SPOOL_Q_RFFPCNEX;
-
-typedef struct spool_r_rffpcnex
-{
- WERROR status;
-}
-SPOOL_R_RFFPCNEX;
-
typedef struct printer_info_0
{
UNISTR printername;