r26654: libcli/smb_composite: Rather than specifying each of the gazillion options...
[samba.git] / source4 / client / cifsdd.h
index 0c44b9158192a84b306f6e398fcf1fdfcbac1b16..810c882ea9afb4502378c0eb2d5c386050fcb13c 100644 (file)
@@ -88,10 +88,13 @@ struct dd_iohandle
 #define DD_WRITE               0x00000004
 #define DD_OPLOCK              0x00000008
 
+struct smbcli_options;
+
 struct dd_iohandle * dd_open_path(struct resolve_context *resolve_ctx, 
                                  const char * path,
                                  const char **ports,
-                               uint64_t io_size, int options);
+                               uint64_t io_size, int options, 
+                               struct smbcli_options *smb_options);
 bool dd_fill_block(struct dd_iohandle * h, uint8_t * buf,
                uint64_t * buf_size, uint64_t need_size, uint64_t block_size);
 bool dd_flush_block(struct dd_iohandle * h, uint8_t * buf,