From c80b3d8c3f918d29d5df36d86698b6a9b37f9e7f Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Sun, 19 Jan 2003 05:53:07 +0000 Subject: [PATCH] Added "extern" to io_{read,write}_phase line (they were being multiply defined). --- rsync.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rsync.h b/rsync.h index e1d2fb33..8592984b 100644 --- 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; -- 2.34.1