summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2009-03-12 11:01:18 +0100
committerGünther Deschner <gd@samba.org>2009-03-13 09:25:26 +0100
commit348c4b6baa2efa5611215a9676ef8fd5e99fbdbd (patch)
treec8bd5712b610fc6d63733e50c70a3fb71e75fca4 /source3/include
parent1ceb298ed62be9a40d1e323003e1a9916d5688db (diff)
downloadsamba-348c4b6baa2efa5611215a9676ef8fd5e99fbdbd.tar.gz
samba-348c4b6baa2efa5611215a9676ef8fd5e99fbdbd.tar.bz2
samba-348c4b6baa2efa5611215a9676ef8fd5e99fbdbd.zip
s3-spoolss: remove old spoolss_GetPrinter.
Guenther
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h2
-rw-r--r--source3/include/rpc_spoolss.h16
2 files changed, 0 insertions, 18 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index b03b7854da..95651e5a9e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -5857,8 +5857,6 @@ uint32 spoolss_size_printer_info_3(PRINTER_INFO_3 *info);
uint32 spoolss_size_printer_info_7(PRINTER_INFO_7 *info);
uint32 spoolss_size_string_array(uint16 *string);
uint32 spoolss_size_printer_enum_values(PRINTER_ENUM_VALUES *p);
-bool spoolss_io_r_getprinter(const char *desc, SPOOL_R_GETPRINTER *r_u, prs_struct *ps, int depth);
-bool spoolss_io_q_getprinter(const char *desc, SPOOL_Q_GETPRINTER *q_u, prs_struct *ps, int depth);
bool make_spoolss_buffer5(TALLOC_CTX *mem_ctx, BUFFER5 *buf5, uint32 len, uint16 *src);
bool spoolss_io_r_enumprinterdata(const char *desc, SPOOL_R_ENUMPRINTERDATA *r_u, prs_struct *ps, int depth);
bool spoolss_io_q_enumprinterdata(const char *desc, SPOOL_Q_ENUMPRINTERDATA *q_u, prs_struct *ps, int depth);
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 009c1f5de7..e6a279497d 100644
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -444,15 +444,6 @@ typedef struct printer_info_ctr_info
}
PRINTER_INFO_CTR;
-typedef struct spool_q_getprinter
-{
- POLICY_HND handle;
- uint32 level;
- RPC_BUFFER *buffer;
- uint32 offered;
-}
-SPOOL_Q_GETPRINTER;
-
typedef struct printer_info_info
{
union
@@ -464,13 +455,6 @@ typedef struct printer_info_info
} printer;
} PRINTER_INFO;
-typedef struct spool_r_getprinter
-{
- RPC_BUFFER *buffer;
- uint32 needed;
- WERROR status;
-} SPOOL_R_GETPRINTER;
-
typedef struct add_jobinfo_1
{
UNISTR path;