diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/nt_printing.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 5a1eb00489..34fb65892d 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -193,8 +193,8 @@ typedef struct _Printer{ /* devmode sent in the OpenPrinter() call */ struct spoolss_DeviceMode *devmode; - /* cache the printer info */ - NT_PRINTER_INFO_LEVEL *printer_info; + /* TODO cache the printer info2 structure */ + struct spoolss_PrinterInfo2 *info2; } Printer_entry; |