Go to the source code of this file.
Functions | |
void | csync_exclude_destroy (CSYNC *ctx) |
int | csync_exclude_load (CSYNC *ctx, const char *fname) |
int | csync_excluded (CSYNC *ctx, const char *path) |
void csync_exclude_destroy | ( | CSYNC * | ctx | ) |
Destroy the exclude list in memory.
ctx | The synchronizer context. |
int csync_exclude_load | ( | CSYNC * | ctx, | |
const char * | fname | |||
) |
Load exclude list.
ctx | The context of the synchronizer. | |
fname | The filename to load. |
int csync_excluded | ( | CSYNC * | ctx, | |
const char * | path | |||
) |
Check if the given path should be excluded.
ctx | The synchronizer context. | |
path | The patch to check. |