From 34e97495a600cb5c724e68248d059e0c83e88d82 Mon Sep 17 00:00:00 2001 From: Holger Hans Peter Freyther Date: Mon, 10 Aug 2009 07:54:02 +0200 Subject: misc: Add prototypes to header files, include more header files Fix various warnings about implicit declarations of functions. --- openbsc/include/openbsc/gsm_04_11.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'openbsc/include/openbsc/gsm_04_11.h') diff --git a/openbsc/include/openbsc/gsm_04_11.h b/openbsc/include/openbsc/gsm_04_11.h index e78d94696..dd6a2631f 100644 --- a/openbsc/include/openbsc/gsm_04_11.h +++ b/openbsc/include/openbsc/gsm_04_11.h @@ -205,6 +205,9 @@ struct msgb; int gsm0411_rcv_sms(struct msgb *msg); -int gsm0411_send_sms(struct gsm_lchan *lchan, struct sms_deliver *sms); +int gsm411_send_sms_lchan(struct gsm_lchan *lchan, struct gsm_sms *sms); + +struct gsm_sms *sms_alloc(void); +void sms_free(struct gsm_sms *sms); #endif -- cgit v1.2.3