summaryrefslogtreecommitdiff
path: root/source3/include/proto.h
diff options
context:
space:
mode:
authorDavid O'Neill <dmo@samba.org>2001-01-19 16:58:23 +0000
committerDavid O'Neill <dmo@samba.org>2001-01-19 16:58:23 +0000
commitc4e0cb72bc654cbdae6e9c3bbcb40683bc0cadca (patch)
tree9eb76f3bfdc00d4adda2c266b82b53167b88912f /source3/include/proto.h
parenta5b27e9cea2e7c89cabcfe44b89b269bc2c8ff48 (diff)
downloadsamba-c4e0cb72bc654cbdae6e9c3bbcb40683bc0cadca.tar.gz
samba-c4e0cb72bc654cbdae6e9c3bbcb40683bc0cadca.tar.bz2
samba-c4e0cb72bc654cbdae6e9c3bbcb40683bc0cadca.zip
Changes from APPLIANCE_HEAD:
source/include/proto.h - make proto source/rpc_server/srv_spoolss_nt.c - clean up incorrect debug statement (This used to be commit f07f4e9c7b9bb5230f10fffe50beab163b6f7790)
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r--source3/include/proto.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 8de5dfeb07..54524d4ead 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -824,6 +824,8 @@ struct cli_connection* RpcHndList_get_connection(const POLICY_HND *hnd);
void se_map_generic(uint32 *access_mask, struct generic_mapping *mapping);
BOOL se_access_check(SEC_DESC *sd, struct current_user *user,
uint32 acc_desired, uint32 *acc_granted, uint32 *status);
+SEC_DESC_BUF *se_create_child_secdesc(SEC_DESC *parent_ctr,
+ BOOL child_container);
/*The following definitions come from lib/util_sec.c */