diff options
author | Andrew Tridgell <tridge@samba.org> | 2000-12-03 11:05:30 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2000-12-03 11:05:30 +0000 |
commit | efcb07a0dda13372b522b9e2beeb9a37f2323dac (patch) | |
tree | 3d1290bca06cc321ea39fbcc3a97c303719617d0 /source3/include | |
parent | dc3251b460544ee60f34bf97b67a0f4ead17e443 (diff) | |
download | samba-efcb07a0dda13372b522b9e2beeb9a37f2323dac.tar.gz samba-efcb07a0dda13372b522b9e2beeb9a37f2323dac.tar.bz2 samba-efcb07a0dda13372b522b9e2beeb9a37f2323dac.zip |
new protos
(This used to be commit 0a990f02d0e25c0f854d6caa3e9c3bc7329697c7)
Diffstat (limited to 'source3/include')
-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 a1d38d441f..766149ede2 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -353,6 +353,7 @@ ssize_t cli_smbwrite(struct cli_state *cli, /*The following definitions come from libsmb/clisecdesc.c */ SEC_DESC *cli_query_secdesc(struct cli_state *cli,int fd); +BOOL cli_set_secdesc(struct cli_state *cli,int fd, SEC_DESC *sd); /*The following definitions come from libsmb/clitrans.c */ |