changed enum and structs names to _t
This commit is contained in:
@@ -24,11 +24,13 @@
|
||||
|
||||
#include <utils/allocator.h>
|
||||
|
||||
|
||||
typedef struct private_host_t private_host_t;
|
||||
|
||||
/**
|
||||
* @brief The logger object.
|
||||
* @brief Private Data of a host object.
|
||||
*/
|
||||
typedef struct private_host_s private_host_t;
|
||||
struct private_host_s {
|
||||
struct private_host_t {
|
||||
/**
|
||||
* Public data
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user