- 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 sender_t sender_t;
/**
* @brief A Sender object which sends packets on the socket
*/
typedef struct sender_s sender_t;
struct sender_s {
struct sender_t {
/**
* @brief Destroys a sender object