summaryrefslogtreecommitdiffstats
path: root/src/smsutil.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/smsutil.h')
-rw-r--r--src/smsutil.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/smsutil.h b/src/smsutil.h
index a2fc0637..9b67977c 100644
--- a/src/smsutil.h
+++ b/src/smsutil.h
@@ -354,4 +354,6 @@ gboolean sms_mwi_dcs_decode(guint8 dcs, enum sms_mwi_type *type,
gboolean *active, gboolean *discard);
gboolean sms_extract_app_port(const struct sms *sms, int *dst, int *src);
+gboolean sms_extract_concatenation(const struct sms *sms, int *ref_num,
+ int *max_msgs, int *seq_num);
#endif