21 #ifndef _CSYNC_PROPAGATE_H
22 #define _CSYNC_PROPAGATE_H
24 #include <sys/types.h>
56 #define C_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH)
57 #define C_DIR_MODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH)
void csync_finalize_progress(CSYNC *ctx)
int csync_init_progress(CSYNC *ctx)
int csync_propagate_files(CSYNC *ctx)
Propagate all files.
int csync_propagate_rename_file(CSYNC *ctx, csync_file_stat_t *st)