X-Git-Url: http://git.samba.org/idra/samba.git/?p=idra%2Fsamba.git;a=blobdiff_plain;f=source3%2Fpassdb%2Fproto.h;h=63208ea9c16bde25595c6d0fd82c3121f22e0f2b;hp=24a7cba8915041cb65046bea58f1bbaef847cf38;hb=4201d6fd68b382208395b806b77b70e5e1be8d4a;hpb=a6d06c069734cae037105350982545b6a964bbd8 diff --git a/source3/passdb/proto.h b/source3/passdb/proto.h index 24a7cba8915..63208ea9c16 100644 --- a/source3/passdb/proto.h +++ b/source3/passdb/proto.h @@ -39,7 +39,7 @@ /* The following definitions come from passdb/account_pol.c */ -void account_policy_names_list(const char ***names, int *num_names); +void account_policy_names_list(TALLOC_CTX *mem_ctx, const char ***names, int *num_names); const char *decode_account_policy_name(enum pdb_policy_type type); const char *get_account_policy_attr(enum pdb_policy_type type); const char *account_policy_get_desc(enum pdb_policy_type type);