dbus: Move Device interface #define to dbus.h

This commit is contained in:
Denis Kenzior 2014-10-23 14:33:27 -05:00
parent 6437e5ae92
commit 852072e836
2 changed files with 1 additions and 2 deletions

View File

@ -23,6 +23,7 @@
#include <stdbool.h>
#define IWD_MANAGER_INTERFACE "net.connman.iwd.Manager"
#define IWD_DEVICE_INTERFACE "net.connman.iwd.Device"
struct l_dbus;

View File

@ -36,8 +36,6 @@
#include "src/wiphy.h"
#include "src/dbus.h"
#define IWD_DEVICE_INTERFACE "net.connman.iwd.Device"
static const char *network_ssid = NULL;
static struct l_genl *genl = NULL;