summaryrefslogtreecommitdiffstats
path: root/src/smsutil.h
diff options
context:
space:
mode:
authorPetteri Tikander <petteri.tikander@ixonos.com>2010-09-10 17:28:19 +0300
committerDenis Kenzior <denkenz@gmail.com>2010-09-10 10:31:10 -0500
commitdf058085ea6f8b3c3b630aa295282a321f28ecb2 (patch)
tree726c986902fcc00f273042ab41df1e423f108b51 /src/smsutil.h
parentb7f1733fe41bfc3688baf6fb105b0a943f482fd6 (diff)
downloadofono-df058085ea6f8b3c3b630aa295282a321f28ecb2.tar.bz2
smsutil: status_report_expiration
Diffstat (limited to 'src/smsutil.h')
-rw-r--r--src/smsutil.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/smsutil.h b/src/smsutil.h
index 3c6b3aea..0e0ddf45 100644
--- a/src/smsutil.h
+++ b/src/smsutil.h
@@ -513,8 +513,7 @@ void status_report_assembly_add_fragment(struct status_report_assembly
unsigned char mr, time_t expiration,
unsigned char total_mrs);
void status_report_assembly_expire(struct status_report_assembly *assembly,
- time_t before, GFunc foreach_func,
- gpointer data);
+ time_t before);
GSList *sms_text_prepare(const char *utf8, guint16 ref,
gboolean use_16bit, int *ref_offset,