]> git.ipfire.org Git - thirdparty/rsync.git/commitdiff
- Got rid of the externs for io_read_phase and io_write_phase.
authorWayne Davison <wayned@samba.org>
Mon, 30 Jan 2006 17:39:34 +0000 (17:39 +0000)
committerWayne Davison <wayned@samba.org>
Mon, 30 Jan 2006 17:39:34 +0000 (17:39 +0000)
- Added stub definition for chmod_mode_struct.

rsync.h

diff --git a/rsync.h b/rsync.h
index 89af08cd093b61f6524422af267d497027e7496d..2939e0724ea5d8154dc6d135a45a1b2bf62a6553 100644 (file)
--- a/rsync.h
+++ b/rsync.h
@@ -640,6 +640,7 @@ struct stats {
        int current_file_index;
 };
 
+struct chmod_mode_struct;
 
 #include "byteorder.h"
 #include "lib/mdfour.h"
@@ -872,5 +873,3 @@ const char *get_panic_action(void);
 #endif
 
 #define UNUSED(x) x __attribute__((__unused__))
-
-extern const char *io_write_phase, *io_read_phase;