summaryrefslogtreecommitdiffstats
path: root/source/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
commitd2db3b6b4695038374d0848e1ce981ccf0ae8c24 (patch)
tree403eb89de0af580ddf835995bfa48e5a8af67367 /source/include
parent46db28de488eb04da30bf03a16d4c9ea086aed07 (diff)
downloadsamba-d2db3b6b4695038374d0848e1ce981ccf0ae8c24.tar.gz
samba-d2db3b6b4695038374d0848e1ce981ccf0ae8c24.tar.xz
samba-d2db3b6b4695038374d0848e1ce981ccf0ae8c24.zip
r18986: Add some more GPO download helper functions.
Guenther
Diffstat (limited to 'source/include')
-rw-r--r--source/include/gpo.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source/include/gpo.h b/source/include/gpo.h
index 24aaaea75da..c3ae20dd20b 100644
--- a/source/include/gpo.h
+++ b/source/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"