diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-10-16 14:29:18 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-10-24 15:06:18 +0200 |
commit | 2e7cc07ecde933f52d2d16bf84596ba6da66ebc9 (patch) | |
tree | a4ce09371c6abc01ba00922fcaa7ecb6711ffe63 /src/libstrongswan/library.h | |
parent | c4894cc172f78329404bf94158847b2bd88dde98 (diff) | |
download | strongswan-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.h | 5 |
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" |