aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/rrlp.h
diff options
context:
space:
mode:
authorAlexander Huemer <alexander.huemer@xx.vu>2011-09-06 00:09:48 +0200
committerHarald Welte <laforge@gnumonks.org>2011-09-06 09:32:13 +0200
commit59947a0329628792e3eb8ea349ee359a37026022 (patch)
treec8965726e9b8c6bea6178556f7961c980ca2b75e /openbsc/include/openbsc/rrlp.h
parent135a6bd3c66a827a5481cc35e05234081ec3b46b (diff)
fix some "implicit declaration" warnings in osmo-nitb
Diffstat (limited to 'openbsc/include/openbsc/rrlp.h')
-rw-r--r--openbsc/include/openbsc/rrlp.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/rrlp.h b/openbsc/include/openbsc/rrlp.h
new file mode 100644
index 000000000..c89402a2d
--- /dev/null
+++ b/openbsc/include/openbsc/rrlp.h
@@ -0,0 +1,7 @@
+#ifndef _RRLP_H
+#define _RRLP_H
+
+void on_dso_load_rrlp(void);
+
+#endif /* _RRLP_H */
+