From: Wayne Davison Date: Sun, 19 Jan 2003 05:53:07 +0000 (+0000) Subject: Added "extern" to io_{read,write}_phase line (they were being X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/c80b3d8c3f918d29d5df36d86698b6a9b37f9e7f Added "extern" to io_{read,write}_phase line (they were being multiply defined). --- 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;