summaryrefslogtreecommitdiffstats
path: root/src/smsutil.h
diff options
context:
space:
mode:
authorLucas De Marchi <lucas.demarchi@profusion.mobi>2011-01-28 00:39:55 -0200
committerDenis Kenzior <denkenz@gmail.com>2011-01-28 16:14:12 -0600
commit8305ddf32146abb9ecbfb41c1420762c397706bb (patch)
treecdeaec24be58dd82a61a787dbff85ba6c90c5534 /src/smsutil.h
parent304ab32817952e91727fb115f4230a433c576ab7 (diff)
downloadofono-8305ddf32146abb9ecbfb41c1420762c397706bb.tar.bz2
sms: store pending tx pdus on disk
Based on patch from Kristen Carlson Accardi <kristen@linux.intel.com>
Diffstat (limited to 'src/smsutil.h')
-rw-r--r--src/smsutil.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/smsutil.h b/src/smsutil.h
index dd658846..2ae35d7f 100644
--- a/src/smsutil.h
+++ b/src/smsutil.h
@@ -517,6 +517,10 @@ void status_report_assembly_add_fragment(struct status_report_assembly
void status_report_assembly_expire(struct status_report_assembly *assembly,
time_t before);
+gboolean sms_tx_backup_store(const char *imsi, unsigned long id,
+ unsigned long flags, const char *uuid,
+ guint8 seq, const unsigned char *pdu,
+ int pdu_len, int tpdu_len);
GSList *sms_text_prepare(const char *to, const char *utf8, guint16 ref,
gboolean use_16bit,
gboolean use_delivery_reports);