changed enum and structs names to _t

This commit is contained in:
Jan Hutter
2005-11-24 09:17:51 +00:00
parent 1f9c9180e4
commit 95c61cb956
45 changed files with 199 additions and 178 deletions
@@ -31,13 +31,13 @@
#include <types.h>
#include <utils/allocator.h>
typedef struct private_transform_attribute_t private_transform_attribute_t;
/**
* Private data of an transform_attribute_t Object
*
*/
typedef struct private_transform_attribute_s private_transform_attribute_t;
struct private_transform_attribute_s {
struct private_transform_attribute_t {
/**
* public transform_attribute_t interface
*/