From 2e7cc07ecde933f52d2d16bf84596ba6da66ebc9 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 16 Oct 2012 14:29:18 +0200 Subject: Moved host_t and host_resolver_t to a new networking subfolder --- src/libstrongswan/library.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/libstrongswan/library.h') diff --git a/src/libstrongswan/library.h b/src/libstrongswan/library.h index 5bd0d67eb..a2de74986 100644 --- a/src/libstrongswan/library.h +++ b/src/libstrongswan/library.h @@ -46,6 +46,9 @@ * @defgroup ipsec ipsec * @ingroup libstrongswan * + * @defgroup networking networking + * @ingroup libstrongswan + * * @defgroup plugins plugins * @ingroup libstrongswan * @@ -77,9 +80,9 @@ #include "printf_hook.h" #include "utils.h" #include "chunk.h" -#include "host_resolver.h" #include "settings.h" #include "integrity_checker.h" +#include "networking/host_resolver.h" #include "processing/processor.h" #include "processing/scheduler.h" #include "crypto/crypto_factory.h" -- cgit v1.2.3