aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/library.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2012-10-16 14:29:18 +0200
committerTobias Brunner <tobias@strongswan.org>2012-10-24 15:06:18 +0200
commit2e7cc07ecde933f52d2d16bf84596ba6da66ebc9 (patch)
treea4ce09371c6abc01ba00922fcaa7ecb6711ffe63 /src/libstrongswan/library.h
parentc4894cc172f78329404bf94158847b2bd88dde98 (diff)
downloadstrongswan-2e7cc07ecde933f52d2d16bf84596ba6da66ebc9.tar.bz2
strongswan-2e7cc07ecde933f52d2d16bf84596ba6da66ebc9.tar.xz
Moved host_t and host_resolver_t to a new networking subfolder
Diffstat (limited to 'src/libstrongswan/library.h')
-rw-r--r--src/libstrongswan/library.h5
1 files changed, 4 insertions, 1 deletions
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"