X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/73496a36a1907112da0415005462fa0bb11d5500..7d5acf1d4472af7a2f80c3b217e1cb8bdffc312d:/rsync.h diff --git a/rsync.h b/rsync.h index fb6b78c7..b417ba6f 100644 --- a/rsync.h +++ b/rsync.h @@ -119,6 +119,11 @@ #define PDIR_CREATE 1 #define PDIR_DELETE 0 +#define FNAMECMP_CMPDEST 0x00 +#define FNAMECMP_FNAME 0x80 +#define FNAMECMP_PARTIAL_DIR 0x81 +#define FNAMECMP_BACKUP 0x82 + /* Log-message categories. FLOG is only used on the daemon side to * output messages to the log file. */