summaryrefslogtreecommitdiffstats
path: root/src/stkutil.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2010-03-10 13:10:14 -0600
committerDenis Kenzior <denkenz@gmail.com>2010-03-10 13:17:22 -0600
commit1dfb59b6102511536c79220c610c016d53897602 (patch)
treeac316bac3b978d5bea9f781641dbfd41d28e1798 /src/stkutil.h
parentea1dc4811f1fd5540a384b23e5af72e54d682ffd (diff)
downloadofono-1dfb59b6102511536c79220c610c016d53897602.tar.bz2
Refactor: stk address structure
Diffstat (limited to 'src/stkutil.h')
-rw-r--r--src/stkutil.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/stkutil.h b/src/stkutil.h
index 1b3c1de6..7acf3faf 100644
--- a/src/stkutil.h
+++ b/src/stkutil.h
@@ -194,8 +194,7 @@ enum stk_duration_type {
/* Defined in TS 102.223 Section 8.1 */
struct stk_address {
- unsigned char ton;
- unsigned char npi;
+ unsigned char ton_npi;
char *number;
};