From 5796aa164d79b2ffaf2839b281d490be6a72d1d8 Mon Sep 17 00:00:00 2001 From: Martin Willi Date: Thu, 24 Nov 2005 11:30:19 +0000 Subject: - typedefs changed --- Source/charon/threads/thread_pool.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/charon/threads/thread_pool.c') diff --git a/Source/charon/threads/thread_pool.c b/Source/charon/threads/thread_pool.c index 037222810..7cf802bda 100644 --- a/Source/charon/threads/thread_pool.c +++ b/Source/charon/threads/thread_pool.c @@ -35,12 +35,12 @@ #include #include +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 */ -- cgit v1.2.3