Docs: Remove some ntdb references
[bbaumbach/samba-autobuild/.git] / libgpo / gpo_ini.h
index 1f3fa56d32c126d7696d0978fa02371a89461983..c9afec09784aa388ef0714625e6a789c80a2ddc5 100644 (file)
@@ -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);