diff options
Diffstat (limited to 'libgpo')
-rw-r--r-- | libgpo/gpo_ini.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libgpo/gpo_ini.h b/libgpo/gpo_ini.h index 02ca0ff9ad..1f3fa56d32 100644 --- a/libgpo/gpo_ini.h +++ b/libgpo/gpo_ini.h @@ -40,3 +40,6 @@ 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); + |