summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2006-09-29 01:27:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:14:53 -0500
commit372750387297ca91533ff2ed503fac57468a6438 (patch)
treef789454c61fe5b5f66c0539da7c12eb4d5760cde /source3/include
parent4db2fc3c89173d275d5088ffd6620b7f7f0f2fcf (diff)
downloadsamba-372750387297ca91533ff2ed503fac57468a6438.tar.gz
samba-372750387297ca91533ff2ed503fac57468a6438.tar.bz2
samba-372750387297ca91533ff2ed503fac57468a6438.zip
r18986: Add some more GPO download helper functions.
Guenther (This used to be commit d2db3b6b4695038374d0848e1ce981ccf0ae8c24)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/gpo.h3
1 files changed, 3 insertions, 0 deletions
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"