summaryrefslogtreecommitdiffstats
path: root/src/driver.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-07-29 14:33:58 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-07-29 16:44:16 -0500
commitcb75833fc86f02f60aacecb6508b813d2824f3d3 (patch)
tree5a1c941222aa8aa1ffe6f867bea1305024999ca4 /src/driver.h
parent4fbca244ea32abd34cf7a5523da3e7e21abb2b6d (diff)
downloadofono-cb75833fc86f02f60aacecb6508b813d2824f3d3.tar.bz2
Rename ofono_modem_userdata
Diffstat (limited to 'src/driver.h')
-rw-r--r--src/driver.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/driver.h b/src/driver.h
index 928c20a2..f05961be 100644
--- a/src/driver.h
+++ b/src/driver.h
@@ -193,9 +193,6 @@ struct ofono_modem_attribute_ops {
struct ofono_modem *ofono_modem_register(struct ofono_modem_attribute_ops *ops);
int ofono_modem_unregister(struct ofono_modem *modem);
-void ofono_modem_set_userdata(struct ofono_modem *modem, void *data);
-void *ofono_modem_userdata(struct ofono_modem *modem);
-
/* Network related functions, including registration status, operator selection
* and signal strength indicators.
*