summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1998-11-13 01:38:41 +0000
committerLuke Leighton <lkcl@samba.org>1998-11-13 01:38:41 +0000
commitcb265dbb8b73a177d9e7fd52e53f1eba487b94d4 (patch)
treec717f798f4d099f95afd8d52deb5bfa5f44044b6 /source3/include/proto.h
parent31c4953088c20de1eb292f47c87c70e38ca574ea (diff)
downloadsamba-cb265dbb8b73a177d9e7fd52e53f1eba487b94d4.tar.gz
samba-cb265dbb8b73a177d9e7fd52e53f1eba487b94d4.tar.bz2
samba-cb265dbb8b73a177d9e7fd52e53f1eba487b94d4.zip
security descriptors
(This used to be commit 9412edfd4c11a26e4ef290839375e3959cf70a7e)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index aa2d3b6486..843c0a3311 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -1648,7 +1648,9 @@ void reg_io_q_flush_key(char *desc, REG_Q_FLUSH_KEY *r_q, prs_struct *ps, int d
void reg_io_r_flush_key(char *desc, REG_R_FLUSH_KEY *r_r, prs_struct *ps, int depth);
void make_reg_q_create_key(REG_Q_CREATE_KEY *q_c, POLICY_HND *hnd,
char *name, char *class,
- SEC_ACCESS *sam_access);
+ SEC_ACCESS *sam_access,
+ SEC_DESC_BUF *sec_buf,
+ int sec_len, SEC_DESC *sec);
void reg_io_q_create_key(char *desc, REG_Q_CREATE_KEY *r_q, prs_struct *ps, int depth);
void reg_io_r_create_key(char *desc, REG_R_CREATE_KEY *r_r, prs_struct *ps, int depth);
void make_reg_q_delete_val(REG_Q_DELETE_VALUE *q_c, POLICY_HND *hnd,