X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/9f639210ca71c548b76d311d826899ed36f98372..4762db4fc90e0bd0c04c9ba7c50123d378427fd0:/cleanup.c diff --git a/cleanup.c b/cleanup.c index 2a850832..49d18307 100644 --- a/cleanup.c +++ b/cleanup.c @@ -26,7 +26,7 @@ * shutdown() of socket connections. This eliminates the abortive * TCP RST sent by a Winsock-based system when the close() occurs. **/ -void close_all() +void close_all(void) { #ifdef SHUTDOWN_ALL_SOCKETS int max_fd;