summaryrefslogtreecommitdiff
path: root/source3/include/nt_printing.h
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2011-07-28 11:36:50 +0200
committerAndreas Schneider <asn@cryptomilk.org>2011-07-28 16:20:11 +0200
commita97fef36bccb856c9a6b7e1630f20dd3c394442e (patch)
treed7d81a331760007e22bf4a250984b1fd93220f0b /source3/include/nt_printing.h
parent5fa9fe39ea30c210bfb2ab10cfc796ec4b521f78 (diff)
downloadsamba-a97fef36bccb856c9a6b7e1630f20dd3c394442e.tar.gz
samba-a97fef36bccb856c9a6b7e1630f20dd3c394442e.tar.bz2
samba-a97fef36bccb856c9a6b7e1630f20dd3c394442e.zip
s3-spoolss: Use existing handle in printer_driver_files_in_use().
Autobuild-User: Andreas Schneider <asn@cryptomilk.org> Autobuild-Date: Thu Jul 28 16:20:11 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3/include/nt_printing.h')
-rw-r--r--source3/include/nt_printing.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 0ac1995f53..1f13a1a8e7 100644
--- a/source3/include/nt_printing.h
+++ b/source3/include/nt_printing.h
@@ -150,8 +150,7 @@ bool printer_driver_in_use(TALLOC_CTX *mem_ctx,
struct dcerpc_binding_handle *b,
const struct spoolss_DriverInfo8 *r);
bool printer_driver_files_in_use(TALLOC_CTX *mem_ctx,
- const struct auth_session_info *server_info,
- struct messaging_context *msg_ctx,
+ struct dcerpc_binding_handle *b,
struct spoolss_DriverInfo8 *r);
bool delete_driver_files(const struct auth_session_info *server_info,
const struct spoolss_DriverInfo8 *r);