Added "extern" to io_{read,write}_phase line (they were being
authorWayne Davison <wayned@samba.org>
Sun, 19 Jan 2003 05:53:07 +0000 (05:53 +0000)
committerWayne Davison <wayned@samba.org>
Sun, 19 Jan 2003 05:53:07 +0000 (05:53 +0000)
multiply defined).

rsync.h

diff --git a/rsync.h b/rsync.h
index e1d2fb3..8592984 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -628,4 +628,4 @@ const char *get_panic_action(void);
 
 #define UNUSED(x) x __attribute__((__unused__))
 
-const char *io_write_phase, *io_read_phase;
+extern const char *io_write_phase, *io_read_phase;