summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorChristof Schmitt <cs@samba.org>2019-09-18 13:37:32 -0700
committerJeremy Allison <jra@samba.org>2019-11-26 21:28:31 +0000
commit6bf6e5364a9ad3e5d8186f1226c83ecf16637a37 (patch)
tree99b4dcc870683523cf50430d52325748d42e380c /source3/include/proto.h
parent1f304fc16c675f402c61f95601481e7a3e27db04 (diff)
downloadsamba-6bf6e5364a9ad3e5d8186f1226c83ecf16637a37.tar.gz
sharesec: Return NTSTATUS from delete_share_security
Signed-off-by: Christof Schmitt <cs@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index effa2778c0e..223f45b69ee 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -144,7 +144,7 @@ struct security_descriptor *get_share_security( TALLOC_CTX *ctx, const char *ser
size_t *psize);
NTSTATUS set_share_security(const char *share_name,
struct security_descriptor *psd);
-bool delete_share_security(const char *servicename);
+NTSTATUS delete_share_security(const char *servicename);
bool share_access_check(const struct security_token *token,
const char *sharename,
uint32_t desired_access,