1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-24 02:04:21 +03:00

libgpo: remove duplicate parse_gpt_ini header.

Guenther

Signed-off-by: Günther Deschner <gd@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
This commit is contained in:
Günther Deschner 2013-12-10 10:10:22 +01:00 committed by Andreas Schneider
parent e26736dcc2
commit b756e02ac4

View 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);