aboutsummaryrefslogtreecommitdiffstats
path: root/flist.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2006-01-30 17:39:43 +0000
committerWayne Davison <wayned@samba.org>2006-01-30 17:39:43 +0000
commit7627e92c549a662ddc922dd7f08e8970da7bbd15 (patch)
tree8f6058be6dc8c1aaff7ae717aa086bdbae0e2828 /flist.c
parentf7bce90cf0f0c9bf448942503889462cf87b8514 (diff)
downloadandroid_external_rsync-7627e92c549a662ddc922dd7f08e8970da7bbd15.tar.gz
android_external_rsync-7627e92c549a662ddc922dd7f08e8970da7bbd15.tar.bz2
android_external_rsync-7627e92c549a662ddc922dd7f08e8970da7bbd15.zip
Added extern for io_write_phase.
Diffstat (limited to 'flist.c')
-rw-r--r--flist.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flist.c b/flist.c
index 3e757db3..c8aabf38 100644
--- a/flist.c
+++ b/flist.c
@@ -59,6 +59,7 @@ extern int copy_unsafe_links;
extern int protocol_version;
extern int sanitize_paths;
extern int orig_umask;
+extern const char *io_write_phase;
extern struct stats stats;
extern struct file_list *the_file_list;