aboutsummaryrefslogtreecommitdiffstats
path: root/src/gsm_04_08.c
diff options
context:
space:
mode:
authorHolger Freyther <zecke@selfish.org>2009-01-04 03:55:31 +0000
committerHolger Freyther <zecke@selfish.org>2009-01-04 03:55:31 +0000
commit3e2c32322e67039bda6b22f089d6c482a0fb3840 (patch)
treeee0912c346c108eca02040d6c6099fe6a8ef1eec /src/gsm_04_08.c
parent819dd205a9d16df9c1e882192c166fc0dab95b67 (diff)
Make gsm48_sendmsg public as well
Diffstat (limited to 'src/gsm_04_08.c')
-rw-r--r--src/gsm_04_08.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsm_04_08.c b/src/gsm_04_08.c
index e2cba5bb2..69207d72b 100644
--- a/src/gsm_04_08.c
+++ b/src/gsm_04_08.c
@@ -188,7 +188,7 @@ struct msgb *gsm48_msgb_alloc(void)
return msgb_alloc_headroom(GSM48_ALLOC_SIZE, GSM48_ALLOC_HEADROOM);
}
-static int gsm48_sendmsg(struct msgb *msg)
+int gsm48_sendmsg(struct msgb *msg)
{
struct gsm48_hdr *gh = (struct gsm48_hdr *) msg->data;