r15440: Formatting.
authorRafal Szczesniak <mimir@samba.org>
Thu, 4 May 2006 17:39:35 +0000 (17:39 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 19:05:37 +0000 (14:05 -0500)
rafal
(This used to be commit b4c378302bd56e7bbdce6a20b5623d8949d3ecef)

source4/librpc/rpc/dcerpc_connect.c

index 64bb78ec60118b55f5f15744f62fcf55d2bfe281..d69db51eb46b2e493eabadd5ba3695427b64a1f7 100644 (file)
 #include "lib/events/events.h"
 #include "libcli/smb2/smb2.h"
 #include "libcli/smb2/smb2_calls.h"
-#include "auth/credentials/credentials.h"
 #include "librpc/rpc/dcerpc.h"
+#include "auth/credentials/credentials.h"
 
 
-struct dcerpc_pipe_connect;
-
 struct pipe_np_smb_state {
        struct smb_composite_connect conn;
        struct smbcli_tree *tree;
@@ -59,6 +57,7 @@ static void continue_pipe_open_smb(struct composite_context *ctx)
        composite_done(c);
 }
 
+
 /*
   Stage 2 of ncacn_np_smb: Open a named pipe after successful smb connection
 */