From 161d2603d2d7b1163b124ba3c529780e8aeec409 Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Sun, 1 Mar 2009 19:49:42 +0100 Subject: Mark the places where work needs to be done. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- libgpo/gpo.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libgpo/gpo.h') diff --git a/libgpo/gpo.h b/libgpo/gpo.h index ea3d652bcb..35adc9425b 100644 --- a/libgpo/gpo.h +++ b/libgpo/gpo.h @@ -260,6 +260,7 @@ NTSTATUS check_refresh_gpo(ADS_STRUCT *ads, struct cli_state **cli_out); NTSTATUS check_refresh_gpo_list(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, + const char *cache_path, uint32_t flags, struct GROUP_POLICY_OBJECT *gpo_list); NTSTATUS gpo_get_unix_path(TALLOC_CTX *mem_ctx, -- cgit