X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/229554084d9b1ff4e9b3b7600224bf3af8178c3c..f57ab2f71889ca2e0f3f6c2c784e7ff76db20db0:/io.c diff --git a/io.c b/io.c index d89bbf41..3ef6f127 100644 --- a/io.c +++ b/io.c @@ -28,6 +28,7 @@ * io_start_multiplex_out() and io_start_multiplex_in(). */ #include "rsync.h" +#include "ifuncs.h" /** If no timeout is specified then use a 60 second select timeout */ #define SELECT_TIMEOUT 60 @@ -52,7 +53,7 @@ extern int protocol_version; extern int remove_source_files; extern int preserve_hard_links; extern struct stats stats; -extern struct file_list *cur_flist, *first_flist; +extern struct file_list *cur_flist; #ifdef ICONV_OPTION extern int filesfrom_convert; extern iconv_t ic_send, ic_recv;