diff options
author | Volker Lendecke <vl@samba.org> | 2011-01-16 12:49:59 +0100 |
---|---|---|
committer | Volker Lendecke <vl@samba.org> | 2011-01-17 08:03:42 +0100 |
commit | 21d5485e062e37f112ce82ab3ae4e73c53ce081d (patch) | |
tree | 3925fa2d005f7118c59fadfd87869ed76dac440a /source3/include | |
parent | 2068b96dce77735a9b93bee49b5750c574e79652 (diff) | |
download | samba-21d5485e062e37f112ce82ab3ae4e73c53ce081d.tar.gz samba-21d5485e062e37f112ce82ab3ae4e73c53ce081d.tar.bz2 samba-21d5485e062e37f112ce82ab3ae4e73c53ce081d.zip |
s3: Add cli_setpathinfo
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index d8a13bb2aa..b710d713b0 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -1786,6 +1786,11 @@ struct tevent_req *cli_setpathinfo_send(TALLOC_CTX *mem_ctx, uint8_t *data, size_t data_len); NTSTATUS cli_setpathinfo_recv(struct tevent_req *req); +NTSTATUS cli_setpathinfo(struct cli_state *cli, + uint16_t level, + const char *path, + uint8_t *data, + size_t data_len); struct tevent_req *cli_posix_symlink_send(TALLOC_CTX *mem_ctx, struct event_context *ev, |