Skip to content

Commit

Permalink
Added XFLG_DIRECTORY define.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wayne Davison committed Sep 22, 2004
1 parent 42afed9 commit 3e976df
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rsync.h
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@
#define XFLG_DEF_INCLUDE (1<<1)
#define XFLG_WORDS_ONLY (1<<2)
#define XFLG_WORD_SPLIT (1<<3)
#define XFLG_DIRECTORY (1<<4)

#define PERMS_REPORT (1<<0)
#define PERMS_SKIP_MTIME (1<<1)
Expand Down

0 comments on commit 3e976df

Please sign in to comment.