Add the prototype for snooze.

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@152 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
David Reid 2002-07-12 20:26:06 +00:00
parent b1c8e50995
commit 3088c8d093

View File

@ -334,6 +334,8 @@ int suspend_thread(thread_id thread);
thread_id find_thread(const char *);
status_t snooze(bigtime_t);
/** @} */
#ifdef __cplusplus
}