summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/device.h2
1 files changed, 2 insertions, 0 deletions
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;