From 00efd6e25a0b25fb3fb8cf994191329468cc3eef Mon Sep 17 00:00:00 2001 From: Tomasz Bursztyka Date: Wed, 4 Jul 2012 16:48:02 +0300 Subject: device: Add capability to notify on regulatory domain setting --- include/device.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/device.h b/include/device.h index f4e802e1..d066296f 100644 --- a/include/device.h +++ b/include/device.h @@ -110,6 +110,8 @@ void connman_device_set_data(struct connman_device *device, void *data); int connman_device_set_regdom(struct connman_device *device, const char *alpha2); +void connman_device_regdom_notify(struct connman_device *device, + int result, const char *alpha2); struct connman_device_driver { const char *name; -- cgit v1.2.3