diff options
author | Jan Hutter <jhutter@hsr.ch> | 2005-12-06 14:56:47 +0000 |
---|---|---|
committer | Jan Hutter <jhutter@hsr.ch> | 2005-12-06 14:56:47 +0000 |
commit | ca4468addfa42d9647d90d3310ae16891a53296b (patch) | |
tree | 6235daa831da895a92c5d5f78edbd096e810dcf7 | |
parent | d794bcdb08bb6d03f554902579a129071e73be46 (diff) | |
download | strongswan-ca4468addfa42d9647d90d3310ae16891a53296b.tar.bz2 strongswan-ca4468addfa42d9647d90d3310ae16891a53296b.tar.xz |
- described constructors
-rw-r--r-- | Source/charon/utils/randomizer.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/charon/utils/randomizer.h b/Source/charon/utils/randomizer.h index a74cab42f..509b7d515 100644 --- a/Source/charon/utils/randomizer.h +++ b/Source/charon/utils/randomizer.h @@ -43,7 +43,9 @@ typedef struct randomizer_t randomizer_t; * * This class is thread save as file system read calls are thread save. * - * @todo fix FEHLVERHALTEN + * @b Constructors: + * - randomizer_create() + * - randomizer_create_on_devices() * * @ingroup utils */ |