diff options
author | Warren Dukes <warren.dukes@gmail.com> | 2004-04-01 03:48:51 +0000 |
---|---|---|
committer | Warren Dukes <warren.dukes@gmail.com> | 2004-04-01 03:48:51 +0000 |
commit | 3ab984176452000cc845adfb4afc8808a404a3c6 (patch) | |
tree | e5445ca386114bae6100788b9ace544ae48409f9 /src/utils.h | |
parent | 917af619da81e88fe3b10b54171935e093fb8821 (diff) | |
download | mpd-3ab984176452000cc845adfb4afc8808a404a3c6.tar.gz mpd-3ab984176452000cc845adfb4afc8808a404a3c6.tar.xz mpd-3ab984176452000cc845adfb4afc8808a404a3c6.zip |
use our own portable version of usleep using select()
git-svn-id: https://svn.musicpd.org/mpd/trunk@578 09075e82-0dd4-0310-85a5-a0d7c8717e4f
Diffstat (limited to '')
-rw-r--r-- | src/utils.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h index 025f469e5..932f075db 100644 --- a/src/utils.h +++ b/src/utils.h @@ -29,4 +29,6 @@ char * strDupToUpper(char * str); void stripReturnChar(char * string); +void my_usleep(long usec); + #endif |