diff options
author | Denis Kenzior <denkenz@gmail.com> | 2010-03-01 15:15:37 -0600 |
---|---|---|
committer | Denis Kenzior <denkenz@gmail.com> | 2010-03-01 15:15:37 -0600 |
commit | e8fab61c1641cd30626c8cec85712dee483ae667 (patch) | |
tree | 083cd8aa17f6f067cd027420d80ef0598fe9c516 /src/stkutil.h | |
parent | 3a9cd4fc03f765606f3e21eac66ccbccfcea88c2 (diff) | |
download | ofono-e8fab61c1641cd30626c8cec85712dee483ae667.tar.bz2 |
Add parsing for Icon Identifier objects
Diffstat (limited to 'src/stkutil.h')
-rw-r--r-- | src/stkutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/stkutil.h b/src/stkutil.h index 2664ba52..cc97d978 100644 --- a/src/stkutil.h +++ b/src/stkutil.h @@ -197,8 +197,8 @@ enum stk_duration_type { * ids of 0, we use icon_id with 0 to denote empty icon_identifier objects */ struct stk_icon_identifier { - unsigned char icon_id; - unsigned char icon_qualifier; + unsigned char qualifier; + unsigned char id; }; /* |