summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>2000-05-28 21:01:14 +0000
committerLuke Leighton <lkcl@samba.org>2000-05-28 21:01:14 +0000
commitb38aa95bc9becb89fa1b966c7d6ecd91e3d47a99 (patch)
tree34515bff0113d4a3e3c67918ad9692df70fa4016 /source3/include/rpc_spoolss.h
parent62707533f72f7a2438c8e5c918b4cb75470cd871 (diff)
downloadsamba-b38aa95bc9becb89fa1b966c7d6ecd91e3d47a99.tar.gz
samba-b38aa95bc9becb89fa1b966c7d6ecd91e3d47a99.tar.bz2
samba-b38aa95bc9becb89fa1b966c7d6ecd91e3d47a99.zip
moved notif_y_table struct to spoolss_nt.c only used there.
#ifdef'd driver-code out with define RELIES_ON_SMBD_SPECIFIC_CODE because spoolssd doesn't link with smbd/*.c (find_service("print$") is not possible). (This used to be commit 726c359d1d9f1fc8227ca920c888d2f040170e0b)
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rwxr-xr-xsource3/include/rpc_spoolss.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 67005b9d1b..7d353f0d99 100755
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -857,17 +857,6 @@ typedef struct spool_r_getprinter
uint32 status;
} SPOOL_R_GETPRINTER;
-struct s_notify_info_data_table
-{
- uint16 type;
- uint16 field;
- char *name;
- uint32 size;
- void (*fn) (int snum, SPOOL_NOTIFY_INFO_DATA *data,
- print_queue_struct *queue,
- NT_PRINTER_INFO_LEVEL *printer);
-};
-
typedef struct driver_info_1
{
UNISTR name;