diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2009-04-20 16:51:33 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-20 23:16:17 +0200 |
commit | 171a361375e1cd76a80253d67e4e34a139bb5570 (patch) | |
tree | 50f01eb72412462dd69ce0b17ccc99834b4d3d01 /libgpo/gpo_ini.h | |
parent | 933482e64869f5aee2ca0356abb721facfd65943 (diff) | |
download | samba-171a361375e1cd76a80253d67e4e34a139bb5570.tar.gz |
Fix ini parsing in the s3 gpext modules. Fix ini parser API. Make the build work
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'libgpo/gpo_ini.h')
-rw-r--r-- | libgpo/gpo_ini.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgpo/gpo_ini.h b/libgpo/gpo_ini.h index 20588b66645..02ca0ff9ad6 100644 --- a/libgpo/gpo_ini.h +++ b/libgpo/gpo_ini.h @@ -36,7 +36,7 @@ NTSTATUS gp_inifile_init_context(TALLOC_CTX *mem_ctx, uint32_t flags, const char *unix_path, const char *suffix, struct gp_inifile_context **ctx_ret); -NTSTATUS parse_gpt_ini(struct gp_inifile_context *ctx, +NTSTATUS parse_gpt_ini(TALLOC_CTX *ctx, const char *filename, uint32_t *version, char **display_name); |