summaryrefslogtreecommitdiff
path: root/source3/libgpo
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2013-12-10 10:10:22 +0100
committerAndreas Schneider <asn@samba.org>2013-12-12 13:34:50 +0100
commitb756e02ac49bf23b07a0e2b8565177555481418a (patch)
tree97ba054e182662792ebff4969cb08487f59d73aa /source3/libgpo
parente26736dcc25a204bf21a367462d0c10060bee1ad (diff)
downloadsamba-b756e02ac49bf23b07a0e2b8565177555481418a.tar.gz
libgpo: remove duplicate parse_gpt_ini header.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Andreas Schneider <asn@samba.org>
Diffstat (limited to 'source3/libgpo')
-rw-r--r--source3/libgpo/gpo_proto.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/source3/libgpo/gpo_proto.h b/source3/libgpo/gpo_proto.h
index fa2f87338d2..32a61eab214 100644
--- a/source3/libgpo/gpo_proto.h
+++ b/source3/libgpo/gpo_proto.h
@@ -32,13 +32,6 @@ NTSTATUS gpo_sync_directories(TALLOC_CTX *mem_ctx,
const char *nt_path,
const char *local_path);
-/* The following definitions come from libgpo/gpo_ini.c */
-
-NTSTATUS parse_gpt_ini(TALLOC_CTX *mem_ctx,
- const char *filename,
- uint32_t *version,
- char **display_name);
-
/* The following definitions come from libgpo/gpo_reg.c */
struct security_token *registry_create_system_token(TALLOC_CTX *mem_ctx);