summaryrefslogtreecommitdiff
path: root/src/connman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/connman.h')
-rw-r--r--src/connman.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/connman.h b/src/connman.h
index 0418a7e7..5ab9eb5e 100644
--- a/src/connman.h
+++ b/src/connman.h
@@ -457,6 +457,8 @@ void __connman_technology_add_interface(enum connman_service_type type,
int index, const char *name, const char *ident);
void __connman_technology_remove_interface(enum connman_service_type type,
int index, const char *name, const char *ident);
+void __connman_technology_notify_regdom_by_device(struct connman_device *device,
+ int result, const char *alpha2);
#include <connman/device.h>