summaryrefslogtreecommitdiff
path: root/include/location.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/location.h')
-rw-r--r--include/location.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/location.h b/include/location.h
index 662d8cdd..e4efaafa 100644
--- a/include/location.h
+++ b/include/location.h
@@ -57,6 +57,9 @@ void connman_location_report_result(struct connman_location *location,
void *connman_location_get_data(struct connman_location *location);
void connman_location_set_data(struct connman_location *location, void *data);
+struct connman_service *connman_location_get_service(
+ struct connman_location *location);
+
struct connman_location_driver {
const char *name;
enum connman_service_type type;