libgpo: remove unused libgpo wscript_build.
[sfrench/samba-autobuild/.git] / libgpo / gpo_ini.h
index 20588b666455404929749571b7d5fdd4a5074c8e..1f3fa56d32c126d7696d0978fa02371a89461983 100644 (file)
@@ -36,7 +36,10 @@ 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);
+NTSTATUS gp_inifile_getstring(struct gp_inifile_context *ctx, const char *key, char **ret);
+NTSTATUS gp_inifile_getint(struct gp_inifile_context *ctx, const char *key, int *ret);
+