Moved packet_t and tun_device_t to networking folder

This commit is contained in:
Tobias Brunner
2012-10-24 15:06:18 +02:00
parent 2e7cc07ecd
commit fdee6b5f5a
15 changed files with 23 additions and 20 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ typedef struct message_t message_t;
#include <encoding/payloads/notify_payload.h>
#include <sa/keymat.h>
#include <sa/ike_sa_id.h>
#include <utils/packet.h>
#include <networking/packet.h>
#include <utils/linked_list.h>
/**