diff options
author | Günther Deschner <gd@samba.org> | 2009-04-20 23:38:11 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-20 23:38:11 +0200 |
commit | 6fc40ce0d3b1bdfe9a138db4953896f47094424e (patch) | |
tree | e991bd6772ac724a85d71a7117eac7000f1171b8 /libgpo | |
parent | 7010365e9ac5f9a285b5ad7b660a3c49ff0e8c17 (diff) | |
download | samba-6fc40ce0d3b1bdfe9a138db4953896f47094424e.tar.gz |
libgpo: fix the build of gpext plugins.
Guenther
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 02ca0ff9ad6..1f3fa56d32c 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); + |