- 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
@@ -25,12 +25,12 @@
#include <types.h>
typedef struct receiver_t receiver_t;
/**
* @brief A Receiver object which receives packets on the socket and adds them to the job-queue
*/
typedef struct receiver_s receiver_t;
struct receiver_s {
struct receiver_t {
/**
* @brief Destroys a receiver object