Moved the ipcalc code to the network directory.

This commit is contained in:
Jan Vidar Krey
2012-10-02 23:01:57 +02:00
parent a90807fccb
commit 20a847e1b4
10 changed files with 6 additions and 7 deletions

View File

@@ -26,7 +26,7 @@
#include "system.h"
#include "util/credentials.h"
#include "util/ipcalc.h"
#include "network/ipcalc.h"
#include "plugin_api/types.h"
typedef void (*on_connection_accepted_t)(struct plugin_handle*, struct ip_addr_encap*);