From 3ab984176452000cc845adfb4afc8808a404a3c6 Mon Sep 17 00:00:00 2001 From: Warren Dukes Date: Thu, 1 Apr 2004 03:48:51 +0000 Subject: use our own portable version of usleep using select() git-svn-id: https://svn.musicpd.org/mpd/trunk@578 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/utils.h') diff --git a/src/utils.h b/src/utils.h index 025f469e..932f075d 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 -- cgit v1.2.3