- typedefs changed

This commit is contained in:
Martin Willi
2005-11-24 11:30:19 +00:00
parent 95c61cb956
commit 5796aa164d
61 changed files with 303 additions and 242 deletions
+3 -3
View File
@@ -35,12 +35,12 @@
#include <utils/allocator.h>
#include <utils/logger.h>
typedef struct private_thread_pool_t private_thread_pool_t;
/**
* @brief structure with private members for thread_pool_t
*/
typedef struct private_thread_pool_s private_thread_pool_t;
struct private_thread_pool_s {
struct private_thread_pool_t {
/**
* inclusion of public members
*/