diff options
author | Andreas Schneider <asn@samba.org> | 2011-07-28 17:12:24 +0200 |
---|---|---|
committer | Andreas Schneider <asn@cryptomilk.org> | 2011-07-28 20:07:37 +0200 |
commit | fcb90f476159583443d37f5844b1021d9e200b33 (patch) | |
tree | 040bb0c2e174c2812923a2b89281c43ea51af35a /source3 | |
parent | 5812645f496e85d2178e7f0b9812c95ed651ded5 (diff) | |
download | samba-fcb90f476159583443d37f5844b1021d9e200b33.tar.gz samba-fcb90f476159583443d37f5844b1021d9e200b33.tar.bz2 samba-fcb90f476159583443d37f5844b1021d9e200b33.zip |
s3-printing: Add forward declaration for dcerpc_binding_handle.
This fixes a build warning.
Autobuild-User: Andreas Schneider <asn@cryptomilk.org>
Autobuild-Date: Thu Jul 28 20:07:37 CEST 2011 on sn-devel-104
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/nt_printing.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h index 1f13a1a8e7..4735c4e5df 100644 --- a/source3/include/nt_printing.h +++ b/source3/include/nt_printing.h @@ -146,6 +146,8 @@ bool is_printer_published(TALLOC_CTX *mem_ctx, WERROR check_published_printers(struct messaging_context *msg_ctx); +struct dcerpc_binding_handle; + bool printer_driver_in_use(TALLOC_CTX *mem_ctx, struct dcerpc_binding_handle *b, const struct spoolss_DriverInfo8 *r); |