From 6fc40ce0d3b1bdfe9a138db4953896f47094424e Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 20 Apr 2009 23:38:11 +0200 Subject: libgpo: fix the build of gpext plugins. Guenther --- libgpo/gpo_ini.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'libgpo') 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); + -- cgit