aboutsummaryrefslogtreecommitdiffstats
path: root/include/osmocom/bsc/a_reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/osmocom/bsc/a_reset.h')
-rw-r--r--include/osmocom/bsc/a_reset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/osmocom/bsc/a_reset.h b/include/osmocom/bsc/a_reset.h
index 46a392ff0..dd44ea5c1 100644
--- a/include/osmocom/bsc/a_reset.h
+++ b/include/osmocom/bsc/a_reset.h
@@ -23,7 +23,7 @@
struct bsc_msc_data;
/* Create and start state machine which handles the reset/reset-ack procedure */
-void a_reset_alloc(struct bsc_msc_data *msc, const char *name, void *cb);
+void a_reset_alloc(struct bsc_msc_data *msc, const char *name);
/* Confirm that we successfully received a reset acknowledge message */
void a_reset_ack_confirm(struct bsc_msc_data *msc);