summaryrefslogtreecommitdiff
path: root/rsync.h
diff options
context:
space:
mode:
authorWayne Davison <wayne@opencoder.net>2020-05-24 18:08:09 -0700
committerWayne Davison <wayne@opencoder.net>2020-05-24 18:43:03 -0700
commit4496e0e8e7a7616ef64b683edc7a249ee16b5a1b (patch)
tree759dc57be4a4a480fb35f0dcf8ccef24148f1b59 /rsync.h
parent64d5ea39c0bf4e0e15aeb1f4dae37fc5125fc0c7 (diff)
downloadrsync-4496e0e8e7a7616ef64b683edc7a249ee16b5a1b.tar.gz
A few more compression tweaks.
Diffstat (limited to 'rsync.h')
-rw-r--r--rsync.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/rsync.h b/rsync.h
index 5cf75fa7..cffd0d8e 100644
--- a/rsync.h
+++ b/rsync.h
@@ -1061,6 +1061,10 @@ typedef struct {
#define ACL_READY(sx) ((sx).acc_acl != NULL)
#define XATTR_READY(sx) ((sx).xattr != NULL)
+#define CPRES_NONE 0
+#define CPRES_ZLIB 1
+#define CPRES_ZLIBX 2
+
struct name_num_item {
int num;
const char *name, *main_name;