diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2009-03-01 19:49:42 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-20 23:16:16 +0200 |
commit | 161d2603d2d7b1163b124ba3c529780e8aeec409 (patch) | |
tree | 369ea2253e1d0d4990c0d230c2f8712a5ade9f86 /libgpo/gpo.h | |
parent | 68ff179b2960c80c56978869e2dd97806b10a214 (diff) | |
download | samba-161d2603d2d7b1163b124ba3c529780e8aeec409.tar.gz |
Mark the places where work needs to be done.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'libgpo/gpo.h')
-rw-r--r-- | libgpo/gpo.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libgpo/gpo.h b/libgpo/gpo.h index ea3d652bcb0..35adc9425b3 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, |