- 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
+5 -4
View File
@@ -32,13 +32,14 @@
#include <utils/linked_list.h>
#include <queues/job_queue.h>
typedef struct private_tester_t private_tester_t;
/**
* @brief Private Variables and Functions of tester class
* @brief Private Variables and Functions of tester class.
*
*/
typedef struct private_tester_s private_tester_t;
struct private_tester_s {
struct private_tester_t {
tester_t public;