client: Move definition of agent manager interface

Make the definition of the agent manager interface public.
This commit is contained in:
Tim Kourt 2019-08-15 11:40:41 -07:00 committed by Denis Kenzior
parent 13b22b3744
commit a306b79e8f
2 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,6 @@
#include "dbus-proxy.h"
#include "agent-manager.h"
#define IWD_AGENT_MANAGER_INTERFACE "net.connman.iwd.AgentManager"
#define IWD_AGENT_MANAGER_PATH "/"
static void check_errors_method_callback(struct l_dbus_message *message,

View File

@ -27,6 +27,7 @@ struct proxy_interface;
#define IWD_ADAPTER_INTERFACE "net.connman.iwd.Adapter"
#define IWD_ACCESS_POINT_INTERFACE "net.connman.iwd.AccessPoint"
#define IWD_AD_HOC_INTERFACE "net.connman.iwd.AdHoc"
#define IWD_AGENT_MANAGER_INTERFACE "net.connman.iwd.AgentManager"
#define IWD_DEVICE_INTERFACE "net.connman.iwd.Device"
#define IWD_KNOWN_NETWORK_INTREFACE "net.connman.iwd.KnownNetwork"
#define IWD_NETWORK_INTERFACE "net.connman.iwd.Network"