summaryrefslogtreecommitdiffstats
path: root/src/smsutil.h
diff options
context:
space:
mode:
authorDenis Kenzior <denkenz@gmail.com>2009-06-16 10:48:27 -0500
committerDenis Kenzior <denkenz@gmail.com>2009-06-16 16:38:47 -0500
commit79e39e40167b5bb4d4bddbaa958e44217773174b (patch)
treec989e3b3d9c67b0ce68f9f3b2bdee6a171830b68 /src/smsutil.h
parent6ea7dba3b6d0087eb872acd65181bf9ee61a506c (diff)
downloadofono-79e39e40167b5bb4d4bddbaa958e44217773174b.tar.bz2
SMS 8-Bit and 16-Bit ports are not the same
Diffstat (limited to 'src/smsutil.h')
-rw-r--r--src/smsutil.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/smsutil.h b/src/smsutil.h
index 64d7800d..70363359 100644
--- a/src/smsutil.h
+++ b/src/smsutil.h
@@ -367,7 +367,8 @@ gboolean sms_mwi_dcs_decode(guint8 dcs, enum sms_mwi_type *type,
enum sms_charset *charset,
gboolean *active, gboolean *discard);
-gboolean sms_extract_app_port(const struct sms *sms, int *dst, int *src);
+gboolean sms_extract_app_port(const struct sms *sms, int *dst, int *src,
+ gboolean *is_8bit);
gboolean sms_extract_concatenation(const struct sms *sms, guint16 *ref_num,
guint8 *max_msgs, guint8 *seq_num);