summaryrefslogtreecommitdiff
path: root/libcli/security/secdesc.h
diff options
context:
space:
mode:
Diffstat (limited to 'libcli/security/secdesc.h')
-rw-r--r--libcli/security/secdesc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libcli/security/secdesc.h b/libcli/security/secdesc.h
index 1e6d2e574d..b8190a1e56 100644
--- a/libcli/security/secdesc.h
+++ b/libcli/security/secdesc.h
@@ -56,14 +56,14 @@ struct security_descriptor *dup_sec_desc(TALLOC_CTX *ctx, const struct security_
Convert a secdesc into a byte stream
********************************************************************/
NTSTATUS marshall_sec_desc(TALLOC_CTX *mem_ctx,
- struct security_descriptor *secdesc,
+ const struct security_descriptor *secdesc,
uint8_t **data, size_t *len);
/*******************************************************************
Convert a secdesc_buf into a byte stream
********************************************************************/
NTSTATUS marshall_sec_desc_buf(TALLOC_CTX *mem_ctx,
- struct sec_desc_buf *secdesc_buf,
+ const struct sec_desc_buf *secdesc_buf,
uint8_t **data, size_t *len);
/*******************************************************************