aboutsummaryrefslogtreecommitdiffstats
path: root/io.c
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2007-09-22 16:52:58 +0000
committerWayne Davison <wayned@samba.org>2007-09-22 16:52:58 +0000
commit1b42f628f495ff0cdaa8a7c219d8ce33192281fe (patch)
tree88780e8fa9cd983ad56f47b3f2d7a6a5e10e0eeb /io.c
parent5dafe360de093f1f5af5c6232e3c2adb20bac027 (diff)
downloadandroid_external_rsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.tar.gz
android_external_rsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.tar.bz2
android_external_rsync-1b42f628f495ff0cdaa8a7c219d8ce33192281fe.zip
Moved inline functions from rsync.h into ifuncs.h.
Diffstat (limited to 'io.c')
-rw-r--r--io.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.c b/io.c
index d89bbf41..e8a07099 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