diff options
author | Günther Deschner <gd@samba.org> | 2008-02-29 16:03:23 +0100 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-02-29 17:07:57 +0100 |
commit | 41efa5ca45f87435ad2a344010ead8e5e2fecbb0 (patch) | |
tree | 9afc057c189a602a0e1705f26dfdf5f1c81c7f7f /source3/include | |
parent | ad38725f96c9a285718ea6a515d73508b8db3fca (diff) | |
download | samba-41efa5ca45f87435ad2a344010ead8e5e2fecbb0.tar.gz samba-41efa5ca45f87435ad2a344010ead8e5e2fecbb0.tar.bz2 samba-41efa5ca45f87435ad2a344010ead8e5e2fecbb0.zip |
Add Group Policy extension infrastructure.
Guenther
(This used to be commit 6d543b1a1a5a7af98affc9aea2edf650cb476379)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/gpo.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/source3/include/gpo.h b/source3/include/gpo.h index d8d9e8e597..bf5ff6a598 100644 --- a/source3/include/gpo.h +++ b/source3/include/gpo.h @@ -1,7 +1,7 @@ /* * Unix SMB/CIFS implementation. * Group Policy Object Support - * Copyright (C) Guenther Deschner 2005-2007 + * Copyright (C) Guenther Deschner 2005-2008 * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -154,3 +154,5 @@ struct gp_registry_context { #define GP_EXT_GUID_SECURITY "827D319E-6EAC-11D2-A4EA-00C04F79F83A" #define GP_EXT_GUID_REGISTRY "35378EAC-683F-11D2-A89A-00C04FBBCFA2" #define GP_EXT_GUID_SCRIPTS "42B5FAAE-6536-11D2-AE5A-0000F87571E3" + +#include "libgpo/gpext/gpext.h" |