aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/handover.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/handover.h')
-rw-r--r--openbsc/include/openbsc/handover.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/handover.h b/openbsc/include/openbsc/handover.h
index 5d710576c..9d9a90b84 100644
--- a/openbsc/include/openbsc/handover.h
+++ b/openbsc/include/openbsc/handover.h
@@ -9,6 +9,6 @@ struct gsm_subscriber_connection;
int bsc_handover_start(struct gsm_lchan *old_lchan, struct gsm_bts *bts);
/* clear any operation for this connection */
-void bsc_clear_handover(struct gsm_subscriber_connection *conn);
+void bsc_clear_handover(struct gsm_subscriber_connection *conn, int free_lchan);
#endif /* _HANDOVER_H */