changed enum and structs names to _t
This commit is contained in:
@@ -32,11 +32,12 @@
|
||||
|
||||
#include <types.h>
|
||||
|
||||
|
||||
typedef struct host_t host_t;
|
||||
/**
|
||||
* @brief The logger object
|
||||
* @brief Representates a Host
|
||||
*/
|
||||
typedef struct host_s host_t;
|
||||
struct host_s {
|
||||
struct host_t {
|
||||
/**
|
||||
* @brief Build a clone of this host object.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user