diff options
Diffstat (limited to 'src/xine-engine/utils.h')
-rw-r--r-- | src/xine-engine/utils.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/xine-engine/utils.h b/src/xine-engine/utils.h index f45a41dc6..ddc130871 100644 --- a/src/xine-engine/utils.h +++ b/src/xine-engine/utils.h @@ -17,7 +17,7 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA * - * $Id: utils.h,v 1.2 2001/07/18 21:38:17 f1rmb Exp $ + * $Id: utils.h,v 1.3 2001/09/06 13:29:18 jkeil Exp $ * */ #ifndef HAVE_UTILS_H @@ -40,6 +40,11 @@ const char *get_homedir(void); char *chomp (char *str); +/* + * A thread-safe usecond sleep + */ +void xine_usec_sleep(unsigned usec); + #ifdef __cplusplus } #endif |