From 0a65461065ec53f22a4171a00d3c566cceabdcad Mon Sep 17 00:00:00 2001 From: Alexander Huemer Date: Tue, 6 Sep 2011 00:09:49 +0200 Subject: fix some "implicit declaration" warnings in libtrau --- openbsc/include/openbsc/trau_upqueue.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 openbsc/include/openbsc/trau_upqueue.h (limited to 'openbsc/include/openbsc/trau_upqueue.h') 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 */ + -- cgit v1.2.3