aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/gsm_04_11.h
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2009-07-04 17:39:00 +0200
committerHarald Welte <laforge@gnumonks.org>2009-07-04 17:39:00 +0200
commit87f5d637c506b43bc394a31db9fd933858b383aa (patch)
tree7a1485eed920999eced9d5926ef1e6ed921a7f25 /openbsc/include/openbsc/gsm_04_11.h
parent6c1a21367b12a4347e28513b0f796700479f4e1f (diff)
more layering /abstraction of sms protocol
Diffstat (limited to 'openbsc/include/openbsc/gsm_04_11.h')
-rw-r--r--openbsc/include/openbsc/gsm_04_11.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/openbsc/include/openbsc/gsm_04_11.h b/openbsc/include/openbsc/gsm_04_11.h
index 93028a066..51c37f016 100644
--- a/openbsc/include/openbsc/gsm_04_11.h
+++ b/openbsc/include/openbsc/gsm_04_11.h
@@ -209,7 +209,4 @@ int gsm0411_rcv_sms(struct msgb *msg);
int gsm0411_send_sms(struct gsm_lchan *lchan, struct sms_deliver *sms);
-struct msgb *gsm411_msgb_alloc(void);
-int gsm0411_sendmsg(struct msgb *msg);
-
#endif