r26409: Pass smb ports along.
[jelmer/samba4-debian.git] / source / client / cifsdd.h
index 2fe8de6ea3c6b21c1078558be0595c0335bea6f8..994c2091030ea2c786c139c57d304e3f4aa3ef24 100644 (file)
@@ -89,6 +89,7 @@ struct dd_iohandle
 #define DD_OPLOCK              0x00000008
 
 struct dd_iohandle * dd_open_path(const char * path,
+                                 const char **ports,
                                uint64_t io_size, int options);
 bool dd_fill_block(struct dd_iohandle * h, uint8_t * buf,
                uint64_t * buf_size, uint64_t need_size, uint64_t block_size);