summaryrefslogtreecommitdiff
path: root/source3/libsmb/smb2cli.h
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2012-05-15 10:23:54 +0200
committerStefan Metzmacher <metze@samba.org>2012-05-15 18:25:59 +0200
commit2674d0c458410a96d6e33e190a6924e857bbe8be (patch)
tree3becdd1f7e0602efd712f18db7a8450aac7a0dfe /source3/libsmb/smb2cli.h
parent35b54ae5a9bf67373dc824fd2843411fee0aec72 (diff)
downloadsamba-2674d0c458410a96d6e33e190a6924e857bbe8be.tar.gz
samba-2674d0c458410a96d6e33e190a6924e857bbe8be.tar.bz2
samba-2674d0c458410a96d6e33e190a6924e857bbe8be.zip
libcli/smb: move smb2cli_create.c from source3 to the toplevel
metze
Diffstat (limited to 'source3/libsmb/smb2cli.h')
-rw-r--r--source3/libsmb/smb2cli.h35
1 files changed, 0 insertions, 35 deletions
diff --git a/source3/libsmb/smb2cli.h b/source3/libsmb/smb2cli.h
index 003e0de956..6a4e0771e7 100644
--- a/source3/libsmb/smb2cli.h
+++ b/source3/libsmb/smb2cli.h
@@ -37,41 +37,6 @@ struct tevent_req *smb2cli_tdis_send(TALLOC_CTX *mem_ctx,
NTSTATUS smb2cli_tdis_recv(struct tevent_req *req);
NTSTATUS smb2cli_tdis(struct cli_state *cli);
-struct tevent_req *smb2cli_create_send(
- TALLOC_CTX *mem_ctx,
- struct tevent_context *ev,
- struct smbXcli_conn *conn,
- uint32_t timeout_msec,
- struct smbXcli_session *session,
- uint32_t tcon_id,
- const char *filename,
- uint8_t oplock_level, /* SMB2_OPLOCK_LEVEL_* */
- uint32_t impersonation_level, /* SMB2_IMPERSONATION_* */
- uint32_t desired_access,
- uint32_t file_attributes,
- uint32_t share_access,
- uint32_t create_disposition,
- uint32_t create_options,
- struct smb2_create_blobs *blobs);
-NTSTATUS smb2cli_create_recv(struct tevent_req *req,
- uint64_t *fid_persistent,
- uint64_t *fid_volatile);
-NTSTATUS smb2cli_create(struct smbXcli_conn *conn,
- uint32_t timeout_msec,
- struct smbXcli_session *session,
- uint32_t tcon_id,
- const char *filename,
- uint8_t oplock_level, /* SMB2_OPLOCK_LEVEL_* */
- uint32_t impersonation_level, /* SMB2_IMPERSONATION_* */
- uint32_t desired_access,
- uint32_t file_attributes,
- uint32_t share_access,
- uint32_t create_disposition,
- uint32_t create_options,
- struct smb2_create_blobs *blobs,
- uint64_t *fid_persistent,
- uint64_t *fid_volatile);
-
struct tevent_req *smb2cli_close_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
struct smbXcli_conn *conn,