diff options
author | Wilco Baan Hofman <wilco@baanhofman.nl> | 2009-04-20 09:56:08 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2009-04-20 23:16:17 +0200 |
commit | 75f830781fe1f175013eb9530c3cdeb17721677d (patch) | |
tree | a812b6eaf5ef256c83050f6780288721960e0aeb /source4/libgpo/gpo.h | |
parent | 3e010e3eb8f463cb49e5dbace4abc34a067d08f4 (diff) | |
download | samba-75f830781fe1f175013eb9530c3cdeb17721677d.tar.gz samba-75f830781fe1f175013eb9530c3cdeb17721677d.tar.bz2 samba-75f830781fe1f175013eb9530c3cdeb17721677d.zip |
Move some headers around to avoid confusion.
Signed-off-by: Günther Deschner <gd@samba.org>
Diffstat (limited to 'source4/libgpo/gpo.h')
-rw-r--r-- | source4/libgpo/gpo.h | 36 |
1 files changed, 0 insertions, 36 deletions
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 <http://www.gnu.org/licenses/>. -*/ - -#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 |