aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/handover_vty.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/handover_vty.h')
-rw-r--r--include/osmocom/bsc/handover_vty.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/handover_vty.h b/include/osmocom/bsc/handover_vty.h
index 6ad5276e2..1dd8bf08a 100644
--- a/include/osmocom/bsc/handover_vty.h
+++ b/include/osmocom/bsc/handover_vty.h
@@ -3,6 +3,6 @@
#include <osmocom/vty/vty.h>
#include <osmocom/bsc/handover_cfg.h>
-void ho_vty_init();
+void ho_vty_init(void);
void ho_vty_write_net(struct vty *vty, struct gsm_network *net);
void ho_vty_write_bts(struct vty *vty, struct gsm_bts *bts);