device: Move device creation func into device.c
authorJukka Rissanen <jukka.rissanen@linux.intel.com>
Mon, 12 Nov 2012 12:07:19 +0000 (14:07 +0200)
committerPatrik Flykt <patrik.flykt@linux.intel.com>
Fri, 23 Nov 2012 10:58:50 +0000 (12:58 +0200)
commit8c12ec683a443b72c600751e3496a790bade6981
tree42a84cb19b2ac739b7e5661502f9cdc8a292e88c
parent68dde4bb2c3e90a6f48dc48609636228dd186c8c
device: Move device creation func into device.c

The device creation function should be part of device.c and
not inet.c. After this change the inet.c can be used by
separate vpn daemon.
include/device.h
include/inet.h
plugins/iwmxsdk.c
src/detect.c
src/device.c
src/inet.c