Index: src/libcfa/concurrency/threads
===================================================================
--- src/libcfa/concurrency/threads	(revision 8f49a54ffd2ebee0164eb91c530d7625a9d1f910)
+++ src/libcfa/concurrency/threads	(revision 4a9ccc35f7b5fed64bf53eee245fc9caa37f687d)
@@ -45,4 +45,6 @@
 }
 
+thread_h * this_thread(void);
+
 //-----------------------------------------------------------------------------
 // Ctors and dtors
@@ -67,6 +69,5 @@
 void ^?{}( thread(T)* this );
 
-//-----------------------------------------------------------------------------
-// PRIVATE exposed because of inline
+void yield();
 
 #endif //THREADS_H
