summaryrefslogtreecommitdiffstats
path: root/include/modem.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-09-01 22:29:02 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-09-01 22:29:02 -0500
commit7ff85d9737b030c3cda6797744b7e250f2b789c6 (patch)
treed736a68374873f7ef11d664498a73ca44d7a2ce9 /include/modem.h
parent9caa606bcc350389d31ac51b7728729aa52603ed (diff)
downloadofono-7ff85d9737b030c3cda6797744b7e250f2b789c6.tar.bz2
populate should return void
Diffstat (limited to 'include/modem.h')
-rw-r--r--include/modem.h2
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 *);