- 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
@@ -26,13 +26,13 @@
#include <utils/allocator.h>
#include <definitions.h>
typedef struct private_prf_plus_t private_prf_plus_t;
/**
* Private data of an prf_plus_t object.
*
*/
typedef struct private_prf_plus_s private_prf_plus_t;
struct private_prf_plus_s {
struct private_prf_plus_t {
/**
* public prf_plus_t interface
*/