diff options
Diffstat (limited to 'include/modem.h')
-rw-r--r-- | include/modem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/modem.h b/include/modem.h index 7f459956..c8de670a 100644 --- a/include/modem.h +++ b/include/modem.h @@ -65,7 +65,7 @@ struct ofono_modem_driver { int (*disable)(struct ofono_modem *modem); /* Populate the atoms supported by this device */ - int (*populate)(struct ofono_modem *modem); + void (*populate)(struct ofono_modem *modem); }; int ofono_modem_driver_register(const struct ofono_modem_driver *); |