From f090469e2776fea6a27a7ac6612b666d20dc9a05 Mon Sep 17 00:00:00 2001 From: James Maki Date: Fri, 10 Sep 2010 10:49:55 -0500 Subject: sms using text mode --- src/pdu_decode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pdu_decode.h') diff --git a/src/pdu_decode.h b/src/pdu_decode.h index 004c8ad..269bf88 100644 --- a/src/pdu_decode.h +++ b/src/pdu_decode.h @@ -4,7 +4,7 @@ #include "pdu.h" int pdu_decode_timestamp(const char *pdu_str, struct tm *tm); -int pdu_decode_addr(const char *pdu_str, struct pdu_addr *addr, int smsc); +int pdu_decode_addr(const char *pdu_str, struct sms_addr *addr, int smsc); int pdu_decode_user_data(const char *pdu_str, struct pdu_info *pdu); int pdu_decode(const char *pdu_str, struct pdu_info *pdu); -- cgit v1.2.3