diff options
Diffstat (limited to 'Source/charon/network/host.c')
-rw-r--r-- | Source/charon/network/host.c | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/Source/charon/network/host.c b/Source/charon/network/host.c index c2b01d175..daba379bb 100644 --- a/Source/charon/network/host.c +++ b/Source/charon/network/host.c @@ -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 */ |