diff options
Diffstat (limited to 'telephony-binding/gdbus/ofono_manager.h')
-rw-r--r-- | telephony-binding/gdbus/ofono_manager.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/telephony-binding/gdbus/ofono_manager.h b/telephony-binding/gdbus/ofono_manager.h index 6454246..9df9b3c 100644 --- a/telephony-binding/gdbus/ofono_manager.h +++ b/telephony-binding/gdbus/ofono_manager.h @@ -20,7 +20,7 @@ #include <afb/afb-binding.h> #include <afb/afb-service-itf.h> -int ofono_manager_init(const struct afb_binding_interface *iface); +int ofono_manager_init(void); const gchar *ofono_manager_get_default_modem_path(void); const gchar *ofono_manager_get_default_modem_name(void); const gchar *ofono_manager_get_default_modem_type(void); |