From b38aa95bc9becb89fa1b966c7d6ecd91e3d47a99 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Sun, 28 May 2000 21:01:14 +0000 Subject: 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) --- source3/include/rpc_spoolss.h | 11 ----------- 1 file changed, 11 deletions(-) (limited to 'source3/include/rpc_spoolss.h') 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; -- cgit