summaryrefslogtreecommitdiffstats
path: root/libgpo/gpo_ini.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgpo/gpo_ini.h')
-rw-r--r--libgpo/gpo_ini.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpo/gpo_ini.h b/libgpo/gpo_ini.h
index 1f3fa56d32c..c9afec09784 100644
--- a/libgpo/gpo_ini.h
+++ b/libgpo/gpo_ini.h
@@ -42,4 +42,5 @@ NTSTATUS parse_gpt_ini(TALLOC_CTX *ctx,
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);
+NTSTATUS gp_inifile_getbool(struct gp_inifile_context *ctx, const char *key, bool *ret);