summaryrefslogtreecommitdiffstats
path: root/src/smsutil.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/smsutil.c')
-rw-r--r--src/smsutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/smsutil.c b/src/smsutil.c
index 03d910ac..abf64195 100644
--- a/src/smsutil.c
+++ b/src/smsutil.c
@@ -1602,7 +1602,7 @@ gboolean sms_udh_iter_next(struct sms_udh_iter *iter)
/* Returns both forms of time. The time_t value returns the time in local
* timezone. The struct tm is filled out with the remote time information
*/
-time_t sms_scts_to_time(struct sms_scts *scts, struct tm *remote)
+time_t sms_scts_to_time(const struct sms_scts *scts, struct tm *remote)
{
struct tm t;
time_t ret;