libgpo: remove duplicate parse_gpt_ini header.
authorGünther Deschner <gd@samba.org>
Tue, 10 Dec 2013 09:10:22 +0000 (10:10 +0100)
committerAndreas Schneider <asn@samba.org>
Thu, 12 Dec 2013 12:34:50 +0000 (13:34 +0100)
Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
source3/libgpo/gpo_proto.h

index fa2f87338d2d2eee327549f81a929d2ad0f58b47..32a61eab21424d3a4bd5bc0a691273ad4fc44967 100644 (file)
@@ -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);