diff options
author | Volker Lendecke <vl@samba.org> | 2009-05-07 16:24:04 +0200 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2009-05-07 16:37:54 +0200 |
commit | d52b0a25ad2ce52f01015547d1c384dab6b931ac (patch) | |
tree | 2d0bcdee62658ebb39770a99d3921bdcf1f746d4 /source3/include | |
parent | b35967edba35965f4e8242759a7d9d1d9ded980f (diff) | |
download | samba-d52b0a25ad2ce52f01015547d1c384dab6b931ac.tar.gz samba-d52b0a25ad2ce52f01015547d1c384dab6b931ac.tar.bz2 samba-d52b0a25ad2ce52f01015547d1c384dab6b931ac.zip |
Make cli_tcon_andx chainable
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index c11d77d66f..eaaca56c04 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -2178,6 +2178,12 @@ struct tevent_req *cli_session_setup_guest_send(TALLOC_CTX *mem_ctx, struct cli_state *cli); NTSTATUS cli_session_setup_guest_recv(struct tevent_req *req); bool cli_ulogoff(struct cli_state *cli); +struct tevent_req *cli_tcon_andx_create(TALLOC_CTX *mem_ctx, + struct event_context *ev, + struct cli_state *cli, + const char *share, const char *dev, + const char *pass, int passlen, + struct tevent_req **psmbreq); struct tevent_req *cli_tcon_andx_send(TALLOC_CTX *mem_ctx, struct event_context *ev, struct cli_state *cli, |