From efcb07a0dda13372b522b9e2beeb9a37f2323dac Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 3 Dec 2000 11:05:30 +0000 Subject: new protos (This used to be commit 0a990f02d0e25c0f854d6caa3e9c3bc7329697c7) --- source3/include/proto.h | 1 + 1 file changed, 1 insertion(+) 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 */ -- cgit