summaryrefslogtreecommitdiffstats
path: root/source3/include
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2013-11-18 14:58:04 +0100
committerJeremy Allison <jra@samba.org>2013-11-21 15:00:44 -0800
commit6366ebb79bb72d9dcb12f8fe8d6e35611fcff150 (patch)
treead74b0c98947a3b233d12e7612d22d0673df231a /source3/include
parent4ea92841b72a7b701a7c0fadf63430a7d0a3fac8 (diff)
downloadsamba-6366ebb79bb72d9dcb12f8fe8d6e35611fcff150.tar.gz
samba-6366ebb79bb72d9dcb12f8fe8d6e35611fcff150.tar.xz
samba-6366ebb79bb72d9dcb12f8fe8d6e35611fcff150.zip
s3-lib: Add grpname to talloc_sub_specified().
BUG: https://bugzilla.samba.org/show_bug.cgi?id=2191 Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
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 fc7f24d534..fe81145f6e 100644
--- a/source3/include/proto.h
+++ b/source3/include/proto.h
@@ -217,6 +217,7 @@ char *talloc_sub_basic(TALLOC_CTX *mem_ctx, const char *smb_name,
char *talloc_sub_specified(TALLOC_CTX *mem_ctx,
const char *input_string,
const char *username,
+ const char *grpname,
const char *domain,
uid_t uid,
gid_t gid);