r26654: libcli/smb_composite: Rather than specifying each of the gazillion options...
[ira/wip.git] / source / libcli / smb_composite / smb_composite.h
index dd193fc82069ff354490db540995dcde96a2d46b..a732617f80808b02b39d0bf45f6efc0308c5f2cb 100644 (file)
@@ -28,6 +28,7 @@
 */
 
 #include "libcli/raw/signing.h"
+#include "libcli/raw/libcliraw.h"
 
 
 /*
@@ -93,13 +94,7 @@ struct smb_composite_connect {
                struct cli_credentials *credentials;
                bool fallback_to_anonymous;
                const char *workgroup;
-               bool use_spnego;
-               bool ntstatus_support;
-               bool unicode;
-               int max_xmit;
-               int max_mux;
-               int max_protocol;
-               enum smb_signing_state signing;
+               struct smbcli_options options;
        } in;
        struct {
                struct smbcli_tree *tree;