s3-libads: Remove unused ads_set_machine_password()
[ira/wip.git] / source3 / torture / vfstest.h
index c68f9dcc0dff5c8aafd3f0fe6def73895b719c0e..0c57d5633a666faf754051f1464cf7258d91382e 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
    Unix SMB/CIFS implementation.
    VFS module tester
 
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 3 of the License, or
    (at your option) any later version.
-   
+
    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
-   
+
    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
 */
@@ -29,12 +29,16 @@ struct func_entry {
 
 struct vfs_state {
        struct connection_struct *conn;
+       uint64_t mid;
        struct files_struct *files[1024];
        DIR *currentdir;
        void *data;
        size_t data_size;
 };
 
+struct smb_request *vfstest_get_smbreq(TALLOC_CTX *mem_ctx,
+                                      struct vfs_state *vfs);
+
 struct cmd_set {
        const char *name;
        NTSTATUS (*fn)(struct vfs_state *vfs, TALLOC_CTX *mem_ctx, int argc,