aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_11.h
diff options
context:
space:
mode:
authorHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 07:54:02 +0200
committerHolger Hans Peter Freyther <zecke@selfish.org>2009-08-10 07:54:02 +0200
commit34e97495a600cb5c724e68248d059e0c83e88d82 (patch)
treea626dd021a58d391a706b0b4b9bc46c8885bd8dd /openbsc/include/openbsc/gsm_04_11.h
parentd2aba2774478bf64b3c6034104eba2b53d9fd442 (diff)
misc: Add prototypes to header files, include more header files
Fix various warnings about implicit declarations of functions.
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_11.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_11.h5
1 files changed, 4 insertions, 1 deletions
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