aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2011-09-06 00:09:49 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-06 09:32:14 +0200
commit0a65461065ec53f22a4171a00d3c566cceabdcad (patch)
treec510f26b4f57886ea98fd4051409bd35c8a934de /openbsc/include
parent59947a0329628792e3eb8ea349ee359a37026022 (diff)
fix some "implicit declaration" warnings in libtrau
Diffstat (limited to 'openbsc/include')
-rw-r--r--openbsc/include/openbsc/trau_upqueue.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/trau_upqueue.h b/openbsc/include/openbsc/trau_upqueue.h
new file mode 100644
index 000000000..ecc765843
--- /dev/null
+++ b/openbsc/include/openbsc/trau_upqueue.h
@@ -0,0 +1,7 @@
+#ifndef _TRAU_UPQUEUE_H
+#define _TRAU_UPQUEUE_H
+
+void trau_tx_to_mncc(struct gsm_network *net, struct msgb *msg);
+
+#endif /* _TRAU_UPQUEUE_H */
+