From fd69e4a13a8bbaf838b33ab7a3f3f00ed558b163 Mon Sep 17 00:00:00 2001 From: Jean-François Micouleau Date: Tue, 7 Mar 2000 18:10:20 +0000 Subject: Enumprinters level 1: reply *exactly* like an NT server BTW, found a little memleak in it. J.F. (This used to be commit 9c37b5df2de9bf8fa6f5536fd75f9c8faf338a52) --- source3/include/rpc_spoolss.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h index 69820676cc..28f44c7aba 100755 --- a/source3/include/rpc_spoolss.h +++ b/source3/include/rpc_spoolss.h @@ -332,6 +332,7 @@ #define PRINTER_ENUM_NETWORK 0x00000040 /* the flags of each printers */ +#define PRINTER_ENUM_UNKNOWN_8 0x00000008 #define PRINTER_ENUM_EXPAND 0x00004000 #define PRINTER_ENUM_CONTAINER 0x00008000 #define PRINTER_ENUM_ICONMASK 0x00ff0000 -- cgit