The branch, master has been updated
       via  fcb90f4 s3-printing: Add forward declaration for 
dcerpc_binding_handle.
      from  5812645 s3: Priorize the async echo responder over the client

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit fcb90f476159583443d37f5844b1021d9e200b33
Author: Andreas Schneider <a...@samba.org>
Date:   Thu Jul 28 17:12:24 2011 +0200

    s3-printing: Add forward declaration for dcerpc_binding_handle.
    
    This fixes a build warning.
    
    Autobuild-User: Andreas Schneider <a...@cryptomilk.org>
    Autobuild-Date: Thu Jul 28 20:07:37 CEST 2011 on sn-devel-104

-----------------------------------------------------------------------

Summary of changes:
 source3/include/nt_printing.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/include/nt_printing.h b/source3/include/nt_printing.h
index 1f13a1a..4735c4e 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);


-- 
Samba Shared Repository

Reply via email to