From cab2de7bb0bfede9fe88b212c0eba7ebf162c04a Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 10 Feb 2009 01:58:46 +0100 Subject: s3-spoolss: remove old spoolss_OpenPrinter. Guenther --- source3/include/rpc_spoolss.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'source3/include/rpc_spoolss.h') diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 225836cf33..05b485866a 100644 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -394,18 +394,6 @@ PRINTER_DEFAULT; /********************************************/ -typedef struct { - UNISTR2 *printername; - PRINTER_DEFAULT printer_default; -} SPOOL_Q_OPEN_PRINTER; - -typedef struct { - POLICY_HND handle; /* handle used along all transactions (20*uint8) */ - WERROR status; -} SPOOL_R_OPEN_PRINTER; - -/********************************************/ - typedef struct spool_notify_option_type { uint16 type; -- cgit