aboutsummaryrefslogtreecommitdiffstats
path: root/src/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/util.h')
-rw-r--r--src/util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util.h b/src/util.h
index 5d23f93..915c44a 100644
--- a/src/util.h
+++ b/src/util.h
@@ -89,7 +89,7 @@ int dup2atleast(int fd, int atleast);
* @param ms The number of milliseconds to sleep,
* must be less than 1000
*/
-void msleep(int ms);
+void msleep(unsigned ms);
/**
* Check whether a NUL-terminated string is encoded in UTF-8