aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/handover_decision.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/handover_decision.h
parent135a6bd3c66a827a5481cc35e05234081ec3b46b (diff)
fix some "implicit declaration" warnings in osmo-nitb
Diffstat (limited to 'openbsc/include/openbsc/handover_decision.h')
-rw-r--r--openbsc/include/openbsc/handover_decision.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/openbsc/include/openbsc/handover_decision.h b/openbsc/include/openbsc/handover_decision.h
new file mode 100644
index 000000000..81078b05d
--- /dev/null
+++ b/openbsc/include/openbsc/handover_decision.h
@@ -0,0 +1,7 @@
+#ifndef _HANDOVER_DECISION_H
+#define _HANDOVER_DECISION_H
+
+void on_dso_load_ho_dec(void);
+
+#endif /* _HANDOVER_DECISION_H */
+