1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-31 17:18:04 +03:00

Fix compile error - doh!

(This used to be commit e80e663706)
This commit is contained in:
Tim Potter 2002-06-06 01:34:04 +00:00
parent 617a551c42
commit 89e9f7530a
2 changed files with 4 additions and 4 deletions

View File

@ -196,6 +196,10 @@
/* Print notification constants */
#define ONE_VALUE 1
#define TWO_VALUE 2
#define POINTER 3
#define PRINTER_NOTIFY_TYPE 0x00
#define JOB_NOTIFY_TYPE 0x01

View File

@ -2470,10 +2470,6 @@ struct s_notify_info_data_table
whether the notification data is a pointer to a variable sized
buffer, a one value uint32 or a two value uint32. */
#define ONE_VALUE 1
#define TWO_VALUE 2
#define POINTER 3
struct s_notify_info_data_table notify_info_data_table[] =
{
{ PRINTER_NOTIFY_TYPE, PRINTER_NOTIFY_SERVER_NAME, "PRINTER_NOTIFY_SERVER_NAME", POINTER, spoolss_notify_server_name },