s3-rpcclient: add deldriverex flags argument
authorDavid Disseldorp <ddiss@samba.org>
Wed, 11 Jan 2012 11:29:58 +0000 (12:29 +0100)
committerDavid Disseldorp <ddiss@samba.org>
Wed, 11 Jan 2012 13:39:35 +0000 (14:39 +0100)
commit97818fd6e552f6ddc30f5b9728d6e82121150867
treedb7e7b354f8b97590ebe20853ee27c632ba2b456
parent8dc9fbd3af0008aac70194ab69f50352a13b9230
s3-rpcclient: add deldriverex flags argument

The spoolss DeletePrinterDriverEx command offers three flags for
controlling how associated files and other versions of the driver are
effected: DPD_DELETE_UNUSED_FILES (1), DPD_DELETE_SPECIFIC_VERSION (2)
and DPD_DELETE_ALL_FILES (4).

This commit adds an optional numeric flags argument to the rpcclient
deldriverex command.

Signed-off-by: David Disseldorp <ddiss@samba.org>
Signed-off-by: Andreas Schneider <asn@samba.org>
Autobuild-User: David Disseldorp <ddiss@samba.org>
Autobuild-Date: Wed Jan 11 14:39:35 CET 2012 on sn-devel-104
docs-xml/manpages-3/rpcclient.1.xml
source3/rpcclient/cmd_spoolss.c