From 75f830781fe1f175013eb9530c3cdeb17721677d Mon Sep 17 00:00:00 2001 From: Wilco Baan Hofman Date: Mon, 20 Apr 2009 09:56:08 +0200 Subject: Move some headers around to avoid confusion. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Günther Deschner --- source4/libgpo/gpo.h | 36 ------------------------------------ 1 file changed, 36 deletions(-) delete mode 100644 source4/libgpo/gpo.h (limited to 'source4/libgpo/gpo.h') diff --git a/source4/libgpo/gpo.h b/source4/libgpo/gpo.h deleted file mode 100644 index 3e5cb06bdc..0000000000 --- a/source4/libgpo/gpo.h +++ /dev/null @@ -1,36 +0,0 @@ - -/* - Samba CIFS implementation - ADS convenience functions for GPO - - Copyright (C) 2008 Jelmer Vernooij, jelmer@samba.org - Copyright (C) 2008 Wilco Baan Hofman, wilco@baanhofman.nl - - 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 - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -#ifndef __LIBGPO_GPO_H__ -#define __LIBGPO_GPO_H__ - -NTSTATUS gpo_copy_file(TALLOC_CTX *mem_ctx, - struct smbcli_state *cli, - const char *nt_path, - const char *unix_path); - -NTSTATUS gpo_sync_directories(TALLOC_CTX *mem_ctx, - struct smbcli_state *cli, - const char *nt_path, - const char *local_path); - -#endif -- cgit