aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2011-10-14 23:42:13 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2011-10-14 23:42:13 +0200
commit3dccda5ef0e1ccca3aab3b439804dbac02845f98 (patch)
treeee11939e108d6fa0c0c7202182e682d41d9a8edd /openbsc/include
parent6142dc407ac0b4f10087fcf385f2546ffe0f5d16 (diff)
gprs: Fix various compiler warnings
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/sgsn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/sgsn.h b/openbsc/include/openbsc/sgsn.h
index 745661472..966b4e68b 100644
--- a/openbsc/include/openbsc/sgsn.h
+++ b/openbsc/include/openbsc/sgsn.h
@@ -60,5 +60,7 @@ int sgsn_rx_sndcp_ud_ind(struct gprs_ra_id *ra_id, int32_t tlli, uint8_t nsapi,
struct msgb *msg, uint32_t npdu_len, uint8_t *npdu);
int sndcp_unitdata_req(struct msgb *msg, struct gprs_llc_lle *lle, uint8_t nsapi,
void *mmcontext);
+int sndcp_llunitdata_ind(struct msgb *msg, struct gprs_llc_lle *lle,
+ uint8_t *hdr, uint16_t len);
#endif