diff options
author | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-05 16:58:37 +0200 |
---|---|---|
committer | Johan Hedberg <johan.hedberg@nokia.com> | 2008-12-08 16:10:59 +0200 |
commit | e522e48a58338ab462431ced3132dc7437a1cdc1 (patch) | |
tree | 74e424d305c7de693ce70c3fa914a13c104a2025 | |
parent | c0455e7c36ffda697e91b5a31def6434e3415eed (diff) |
Add some documentation for msisdn and vmbx
-rw-r--r-- | audio/telephony-maemo.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/telephony-maemo.c b/audio/telephony-maemo.c index d411b5e0..4803cb9e 100644 --- a/audio/telephony-maemo.c +++ b/audio/telephony-maemo.c @@ -177,8 +177,8 @@ static DBusConnection *connection = NULL; static GSList *calls = NULL; -static char *msisdn = NULL; -static char *vmbx = NULL; +static char *msisdn = NULL; /* Subscriber number */ +static char *vmbx = NULL; /* Voice mailbox number */ /* HAL battery namespace key values */ static int battchg_cur = -1; /* "battery.charge_level.current" */ |