summaryrefslogtreecommitdiffstats
path: root/src/ofono.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ofono.h')
-rw-r--r--src/ofono.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/ofono.h b/src/ofono.h
index 328213c6..517edfb7 100644
--- a/src/ofono.h
+++ b/src/ofono.h
@@ -188,7 +188,9 @@ unsigned int __ofono_modem_add_online_watch(struct ofono_modem *modem,
void __ofono_modem_remove_online_watch(struct ofono_modem *modem,
unsigned int id);
-typedef void (*ofono_modem_powered_notify_func)(ofono_bool_t powered, void *data);
+typedef void (*ofono_modem_powered_notify_func)(ofono_bool_t powered,
+ void *data);
+
unsigned int __ofono_modem_add_powered_watch(struct ofono_modem *modem,
ofono_modem_online_notify_func notify,
void *data, ofono_destroy_func destroy);