diff options
author | Martin Pool <mbp@samba.org> | 2000-11-02 11:37:34 +0000 |
---|---|---|
committer | Martin Pool <mbp@samba.org> | 2000-11-02 11:37:34 +0000 |
commit | 0ba481368c2a44d6d6a2f361fa12df432d9d304b (patch) | |
tree | f4d79ac1b7377c7dcec3b38fad000e6cf38014e9 /io.c | |
parent | 38bf526fc5c78f780422c2f343ae6bf7f1bb4149 (diff) | |
download | rsync-0ba481368c2a44d6d6a2f361fa12df432d9d304b.tar.gz |
Add some comments.
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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(); |