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
+3 -3
View File
@@ -34,12 +34,12 @@
#include <encoding/payloads/ke_payload.h>
#include <encoding/payloads/transform_attribute.h>
typedef struct private_configuration_manager_t private_configuration_manager_t;
/**
* Private data of an configuration_t object
*/
typedef struct private_configuration_manager_s private_configuration_manager_t;
struct private_configuration_manager_s {
struct private_configuration_manager_t {
/**
* Public part
+4 -3
View File
@@ -31,6 +31,9 @@
#include <transforms/signers/signer.h>
#include <transforms/crypters/crypter.h>
typedef struct configuration_manager_t configuration_manager_t;
/**
* @brief Manages all configuration aspects of the daemon.
*
@@ -39,9 +42,7 @@
* or a hash map and are managed by this class.
*
*/
typedef struct configuration_manager_s configuration_manager_t;
struct configuration_manager_s {
struct configuration_manager_t {
/**
* Gets the remote host information for a specific configuration name.