]> sjero.net Git - wget/blobdiff - src/utils.c
[svn] Make run_with_timeout align with its declaration in utils.h
[wget] / src / utils.c
index 99d1ed2d457f46d3b308ea8ddef6a4ffb9bf04d7..0a222d997925fb8b5e4538d58ab3e825ee853032 100644 (file)
@@ -1816,7 +1816,7 @@ run_with_timeout (double timeout, void (*fun) (void *), void *arg)
    define it under Windows, because Windows has its own version of
    run_with_timeout that uses threads.  */
 
-int
+bool
 run_with_timeout (double timeout, void (*fun) (void *), void *arg)
 {
   fun (arg);