From 372750387297ca91533ff2ed503fac57468a6438 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Fri, 29 Sep 2006 01:27:54 +0000 Subject: r18986: Add some more GPO download helper functions. Guenther (This used to be commit d2db3b6b4695038374d0848e1ce981ccf0ae8c24) --- source3/include/gpo.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'source3/include') diff --git a/source3/include/gpo.h b/source3/include/gpo.h index 24aaaea75d..c3ae20dd20 100644 --- a/source3/include/gpo.h +++ b/source3/include/gpo.h @@ -90,3 +90,6 @@ struct GP_EXT { char **snapins; char **snapins_guid; }; + +#define GPO_CACHE_DIR "gpo_cache" +#define GPT_INI "GPT.INI" -- cgit