From 7ff85d9737b030c3cda6797744b7e250f2b789c6 Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Tue, 1 Sep 2009 22:29:02 -0500 Subject: populate should return void --- include/modem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/modem.h') 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 *); -- cgit v1.2.3