diff options
author | Jeremy Allison <jra@samba.org> | 2001-03-29 02:58:47 +0000 |
---|---|---|
committer | Jeremy Allison <jra@samba.org> | 2001-03-29 02:58:47 +0000 |
commit | 34508053bfeba53ec91f5dbf18874c5078e146c9 (patch) | |
tree | 8ead034d7ca9d716a3c5201e7617cd9ff9591d77 /source3/include/proto.h | |
parent | 1b95784324cd518d166cc790d9b1cf8a7905aed6 (diff) | |
download | samba-34508053bfeba53ec91f5dbf18874c5078e146c9.tar.gz samba-34508053bfeba53ec91f5dbf18874c5078e146c9.tar.xz samba-34508053bfeba53ec91f5dbf18874c5078e146c9.zip |
Added cli_nt_delete_on_close() call to allow flag to be set for torture tests.
Jeremy.
(This used to be commit 6f7d9e29e4d3a17254ff0ae20c0da63eacded7fe)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 38706b1d62..9b6aab6645 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -875,6 +875,7 @@ BOOL cli_rename(struct cli_state *cli, char *fname_src, char *fname_dst); BOOL cli_unlink(struct cli_state *cli, char *fname); BOOL cli_mkdir(struct cli_state *cli, char *dname); BOOL cli_rmdir(struct cli_state *cli, char *dname); +int cli_nt_delete_on_close(struct cli_state *cli, int fnum, BOOL flag); int cli_nt_create_full(struct cli_state *cli, char *fname, uint32 DesiredAccess, uint32 FileAttributes, uint32 ShareAccess, uint32 CreateDisposition, uint32 CreateOptions); |