summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorMartin Pool <mbp@samba.org>2000-11-02 11:37:34 +0000
committerMartin Pool <mbp@samba.org>2000-11-02 11:37:34 +0000
commit0ba481368c2a44d6d6a2f361fa12df432d9d304b (patch)
treef4d79ac1b7377c7dcec3b38fad000e6cf38014e9 /io.c
parent38bf526fc5c78f780422c2f343ae6bf7f1bb4149 (diff)
downloadrsync-0ba481368c2a44d6d6a2f361fa12df432d9d304b.tar.gz
Add some comments.
Diffstat (limited to 'io.c')
-rw-r--r--io.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/io.c b/io.c
index 2f4162cd..b58eff0c 100644
--- a/io.c
+++ b/io.c
@@ -455,6 +455,8 @@ void io_flush(void)
io_buffer_count = 0;
}
+
+/* XXX: fd is ignored, which seems a little strange. */
void io_end_buffering(int fd)
{
io_flush();