- 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
+2 -2
View File
@@ -34,9 +34,9 @@
/**
* Private data of a scheduler object
*/
typedef struct private_scheduler_s private_scheduler_t;
typedef struct private_scheduler_t private_scheduler_t;
struct private_scheduler_s {
struct private_scheduler_t {
/**
* Public part of a scheduler object
*/