1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

Move some headers around to avoid confusion.

Signed-off-by: Günther Deschner <gd@samba.org>
This commit is contained in:
Wilco Baan Hofman 2009-04-20 09:57:00 +02:00 committed by Günther Deschner
parent 75f830781f
commit 4626ffb27e
3 changed files with 8 additions and 3 deletions

View File

@ -29,7 +29,7 @@
#include "libcli/raw/libcliraw.h"
#include "libcli/libcli_proto.h"
#include "libgpo/ads_convenience.h"
#include "libgpo/gpo.h"
#include "libgpo/gpo_s4.h"
#endif
/****************************************************************

View File

@ -20,6 +20,7 @@
#include "includes.h"
#if _SAMBA_BUILD_ == 4
#include "libgpo/gpo.h"
#include "libgpo/gpo_s4.h"
#include "source4/libgpo/ads_convenience.h"
#endif

View File

@ -20,8 +20,12 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef __LIBGPO_GPO_H__
#define __LIBGPO_GPO_H__
#ifndef __LIBGPO_GPO_S4_H__
#define __LIBGPO_GPO_S4_H__
#if _SAMBA_BUILD_ == 4
#include "source4/libcli/libcli.h"
#endif
NTSTATUS gpo_copy_file(TALLOC_CTX *mem_ctx,
struct smbcli_state *cli,