summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_proto.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2009-08-02 17:17:27 +0200
committerVolker Lendecke <vl@samba.org>2009-08-05 03:21:24 -0400
commitf09a95aaff4542df4225f3828a0d737497f0f2e8 (patch)
tree0daccb0969e18de81ff4227ca34e9e045586a841 /source3/winbindd/winbindd_proto.h
parentff3ce9016a43906df55a0922f0697c91d255de88 (diff)
downloadsamba-f09a95aaff4542df4225f3828a0d737497f0f2e8.tar.gz
samba-f09a95aaff4542df4225f3828a0d737497f0f2e8.tar.bz2
samba-f09a95aaff4542df4225f3828a0d737497f0f2e8.zip
s3:winbind: Make parse_sidlist take a const char *
Diffstat (limited to 'source3/winbindd/winbindd_proto.h')
-rw-r--r--source3/winbindd/winbindd_proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_proto.h b/source3/winbindd/winbindd_proto.h
index 08c08222a6..2202537777 100644
--- a/source3/winbindd/winbindd_proto.h
+++ b/source3/winbindd/winbindd_proto.h
@@ -100,7 +100,7 @@ enum winbindd_result winbindd_dual_list_groups(struct winbindd_domain *domain,
struct winbindd_cli_state *state);
bool print_sidlist(TALLOC_CTX *mem_ctx, const DOM_SID *sids,
size_t num_sids, char **result, ssize_t *len);
-bool parse_sidlist(TALLOC_CTX *mem_ctx, char *sidstr,
+bool parse_sidlist(TALLOC_CTX *mem_ctx, const char *sidstr,
DOM_SID **sids, size_t *num_sids);
enum winbindd_result winbindd_dual_lookuprids(struct winbindd_domain *domain,
struct winbindd_cli_state *state);