- 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
+4 -4
View File
@@ -25,14 +25,14 @@
#include <types.h>
typedef struct randomizer_t randomizer_t;
/**
* Object representing an randomizer
* @brief Object representing an randomizer
*
* This class is thread save as file system read calls are thread save...
*/
typedef struct randomizer_s randomizer_t;
struct randomizer_s {
struct randomizer_t {
/**
* @brief Reads a specific number of bytes from random device.