From fbc0b497567fecd2818f4a497843f62d1be6d70c Mon Sep 17 00:00:00 2001 From: erin_yueh Date: Thu, 10 Jan 2008 05:14:53 +0000 Subject: gsmd: eliminate gcc warnings (Erin Yueh) git-svn-id: http://svn.openmoko.org/trunk/src/target/gsm@3807 99fdad57-331a-0410-800a-d7fa5415bdb3 --- include/gsmd/sms.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include/gsmd/sms.h') diff --git a/include/gsmd/sms.h b/include/gsmd/sms.h index c5ee0d8..2519daf 100644 --- a/include/gsmd/sms.h +++ b/include/gsmd/sms.h @@ -18,7 +18,8 @@ int cbs_pdu_to_msg(struct gsmd_cbm *dst, u_int8_t *src, int pdulen, int len); int usock_rcv_sms(struct gsmd_user *gu, struct gsmd_msg_hdr *gph, int len); int usock_rcv_cb(struct gsmd_user *gu, struct gsmd_msg_hdr *gph, int len); - +int sms_pdu_decode_dcs(struct gsmd_sms_datacodingscheme *dcs, + const u_int8_t *data); #endif /* __GSMD__ */ #endif -- cgit v1.2.3