#include <sys/types.h>
Go to the source code of this file.
Defines | |
#define | C_DIR_MODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) |
#define | C_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) |
Functions | |
int | csync_propagate_files (CSYNC *ctx) |
#define C_DIR_MODE (S_IRWXU | S_IRGRP | S_IXGRP | S_IROTH | S_IXOTH) |
Definition at line 29 of file csync_propagate.h.
#define C_FILE_MODE (S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH) |
Definition at line 28 of file csync_propagate.h.
int csync_propagate_files | ( | CSYNC * | ctx | ) |