diff options
Diffstat (limited to 'src/libstrongswan/utils/host.h')
-rw-r--r-- | src/libstrongswan/utils/host.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/libstrongswan/utils/host.h b/src/libstrongswan/utils/host.h index 74b75ee97..20b5c6345 100644 --- a/src/libstrongswan/utils/host.h +++ b/src/libstrongswan/utils/host.h @@ -36,14 +36,7 @@ typedef struct host_t host_t; #include <arpa/inet.h> #include <linux/xfrm.h> -#include <types.h> - -/** - * printf() specifier to print a host. - * The specifier option '#' does include the port number, e.g.: - * printf("my host is %#H\n", my_host); - */ -#define HOST_PRINTF_SPEC 'H' +#include <library.h> /** * Differences between two hosts. They differ in |