Moved host_t and host_resolver_t to a new networking subfolder

This commit is contained in:
Tobias Brunner
2012-10-24 15:06:18 +02:00
parent c4894cc172
commit 2e7cc07ecd
48 changed files with 60 additions and 54 deletions
+4 -1
View File
@@ -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"