- return value cleanup

This commit is contained in:
Martin Willi
2005-11-28 20:29:47 +00:00
parent 3fe058703f
commit d048df5cab
85 changed files with 1086 additions and 2680 deletions
+1 -3
View File
@@ -52,10 +52,8 @@ struct thread_pool_t {
* sends cancellation request to all threads and AWAITS their termination.
*
* @param thread_pool thread_pool_t object
* @return
* - SUCCESS in any case
*/
status_t (*destroy) (thread_pool_t *thread_pool);
void (*destroy) (thread_pool_t *thread_pool);
};
/**