summaryrefslogtreecommitdiffstats
path: root/include/modem.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-02-12 18:29:41 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-02-12 18:29:41 -0600
commitd87f285fdfcb816b3603a750cbcb3592ece2cfb3 (patch)
tree973a84b13939c29be76c841a6e16a2a5cc40611d /include/modem.h
parent546a9fdd1419b6a2db413c3c71de707016d56e30 (diff)
downloadofono-d87f285fdfcb816b3603a750cbcb3592ece2cfb3.tar.bz2
Add support for modem names
Diffstat (limited to 'include/modem.h')
-rw-r--r--include/modem.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/modem.h b/include/modem.h
index b2aa6078..d502640b 100644
--- a/include/modem.h
+++ b/include/modem.h
@@ -50,6 +50,8 @@ void ofono_modem_remove(struct ofono_modem *modem);
void ofono_modem_set_powered(struct ofono_modem *modem, ofono_bool_t powered);
ofono_bool_t ofono_modem_get_powered(struct ofono_modem *modem);
+void ofono_modem_set_name(struct ofono_modem *modem, const char *name);
+
int ofono_modem_set_string(struct ofono_modem *modem,
const char *key, const char *value);
const char *ofono_modem_get_string(struct ofono_modem *modem, const char *key);