summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-08-18 00:59:47 +0000
committerGerald Carter <jerry@samba.org>2002-08-18 00:59:47 +0000
commit66992aff21605e372546808e00fa0b0659add868 (patch)
treef7a386d3769cb8afe498c5a57d45a4581d2af5f8 /source3/include
parent28d89d3e66328213d87aa9a247c24adfc579d21c (diff)
downloadsamba-66992aff21605e372546808e00fa0b0659add868.tar.gz
samba-66992aff21605e372546808e00fa0b0659add868.tar.bz2
samba-66992aff21605e372546808e00fa0b0659add868.zip
* fix Get/SetPrinterDataEx() to work with printer key other
than SPOOL_PRINTERDATA_KEY * created an internal set/get_printer_dataex() call for reuse in Set/GetPrinterData() (This used to be commit 4eb8ffba032971cf83a0fcec7ca3730b4ded0bf0)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/nt_printing.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 5e2b8f7f64..26d6e7e5f2 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -181,6 +181,7 @@ typedef struct nt_printer_driver_info_level
#define SPOOL_DSDRIVER_KEY "DsDriver"
#define SPOOL_DSUSER_KEY "DsUser"
#define SPOOL_PNPDATA_KEY "PnPData"
+#define SPOOL_OID_KEY "OID"
/* container for a single registry key */