From 852072e8362f4a6febb683d0dc8fb69c4f2c4110 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Thu, 23 Oct 2014 14:33:27 -0500 Subject: [PATCH] dbus: Move Device interface #define to dbus.h --- src/dbus.h | 1 + src/wiphy.c | 2 -- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/dbus.h b/src/dbus.h index 54f4c8f4..971ff7db 100644 --- a/src/dbus.h +++ b/src/dbus.h @@ -23,6 +23,7 @@ #include #define IWD_MANAGER_INTERFACE "net.connman.iwd.Manager" +#define IWD_DEVICE_INTERFACE "net.connman.iwd.Device" struct l_dbus; diff --git a/src/wiphy.c b/src/wiphy.c index 32dd9fd0..5dd8b21e 100644 --- a/src/wiphy.c +++ b/src/wiphy.c @@ -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;