summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2012-07-03 15:32:10 -0700
committerJeremy Allison <jra@samba.org>2012-07-03 15:34:22 -0700
commit90881da68509ad673c1e921831ef4f36cabb9ea8 (patch)
tree1a2fcf093318c98f05872dc7a6deee0c63dcd9ae /source3/include
parenta559fcf156f4ee8c98daac52fcf3447993b9ba14 (diff)
downloadsamba-90881da68509ad673c1e921831ef4f36cabb9ea8.tar.gz
samba-90881da68509ad673c1e921831ef4f36cabb9ea8.tar.bz2
samba-90881da68509ad673c1e921831ef4f36cabb9ea8.zip
Move copy_unix_token() from locking/locking.c to lib/util.c.
Make public.
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/proto.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h
index 308283016c..b7f2852a48 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -497,6 +497,7 @@ bool map_open_params_to_ntcreate(const char *smb_base_fname,
uint32 *pcreate_disposition,
uint32 *pcreate_options,
uint32_t *pprivate_flags);
+struct security_unix_token *copy_unix_token(TALLOC_CTX *ctx, const struct security_unix_token *tok);
void init_modules(void);
/* The following definitions come from lib/util_builtin.c */