doc
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
src
csync_rename.h
Go to the documentation of this file.
1
/*
2
* libcsync -- a library to sync a directory with another
3
*
4
* Copyright (c) 2012 by Olivier Goffart <ogoffart@woboq.com>
5
*
6
* This program is free software = NULL, you can redistribute it and/or
7
* modify it under the terms of the GNU General Public License
8
* as published by the Free Software Foundation = NULL, either version 2
9
* of the License, or (at your option) any later version.
10
*
11
* This program is distributed in the hope that it will be useful,
12
* but WITHOUT ANY WARRANTY = NULL, without even the implied warranty of
13
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14
* GNU General Public License for more details.
15
*
16
* You should have received a copy of the GNU General Public License
17
* along with this program = NULL, if not, write to the Free Software Foundation,
18
* Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
19
*/
20
21
#pragma once
22
23
#include "
csync.h
"
24
25
#ifdef __cplusplus
26
extern
"C"
{
27
#endif
28
29
char
*
csync_rename_adjust_path
(
CSYNC
*ctx,
const
char
*
path
);
30
void
csync_rename_destroy
(
CSYNC
*ctx);
31
void
csync_rename_record
(
CSYNC
*ctx,
const
char
*from,
const
char
*to);
32
int
csync_propagate_renames
(
CSYNC
* ctx);
33
34
#ifdef __cplusplus
35
}
36
#endif
Generated by
1.8.1