summaryrefslogtreecommitdiff
path: root/source3/include/rpc_spoolss.h
diff options
context:
space:
mode:
Diffstat (limited to 'source3/include/rpc_spoolss.h')
-rwxr-xr-xsource3/include/rpc_spoolss.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/rpc_spoolss.h b/source3/include/rpc_spoolss.h
index 012f5ac803..82062d5278 100755
--- a/source3/include/rpc_spoolss.h
+++ b/source3/include/rpc_spoolss.h
@@ -702,6 +702,8 @@ typedef struct spool_q_deleteprinterdriverex
UNISTR2 server;
UNISTR2 arch;
UNISTR2 driver;
+ uint32 delete_flags;
+ uint32 version;
}
SPOOL_Q_DELETEPRINTERDRIVEREX;
@@ -1685,6 +1687,7 @@ typedef struct spool_q_addprinterdriverex
UNISTR2 server_name;
uint32 level;
SPOOL_PRINTER_DRIVER_INFO_LEVEL info;
+ uint32 copy_flags;
}
SPOOL_Q_ADDPRINTERDRIVEREX;