X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/a5f9cff25633e7839f173b889a4782297054cbd7..37c817eb8159366539d4a9c69bd78e74d4941c06:/rsync.h diff --git a/rsync.h b/rsync.h index d46fbb74..a0197188 100644 --- a/rsync.h +++ b/rsync.h @@ -58,6 +58,7 @@ #define FLAG_TOP_DIR (1<<0) #define FLAG_HLINK_EOL (1<<1) /* generator only */ +#define FLAG_MOUNT_POINT (1<<2) /* sender only */ /* update this if you make incompatible changes */ #define PROTOCOL_VERSION 28