service: Allow plugins to lookup services by networks
[platform/upstream/connman.git] / include / device.h
index f4e802e..d066296 100644 (file)
@@ -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;