From 3d5972c43f536b94122100e1e30f92a4f8441768 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Mon, 10 May 2010 00:07:10 +0200 Subject: s3-libgpo: move group policy protos to where they belong. Guenther --- source3/include/ads_protos.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include/ads_protos.h') diff --git a/source3/include/ads_protos.h b/source3/include/ads_protos.h index 502eaa82d9..97b5728b05 100644 --- a/source3/include/ads_protos.h +++ b/source3/include/ads_protos.h @@ -96,6 +96,7 @@ void ads_process_results(ADS_STRUCT *ads, LDAPMessage *res, void *data_area); void ads_dump(ADS_STRUCT *ads, LDAPMessage *res); +struct GROUP_POLICY_OBJECT; ADS_STATUS ads_parse_gpo(ADS_STRUCT *ads, TALLOC_CTX *mem_ctx, LDAPMessage *res, -- cgit