changed enum and structs names to _t
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user