From e522e48a58338ab462431ced3132dc7437a1cdc1 Mon Sep 17 00:00:00 2001 From: Johan Hedberg Date: Fri, 5 Dec 2008 16:58:37 +0200 Subject: Add some documentation for msisdn and vmbx --- audio/telephony-maemo.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'audio/telephony-maemo.c') 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" */ -- cgit