aboutsummaryrefslogtreecommitdiffstats
path: root/openbsc/include/openbsc/a_reset.h
diff options
context:
space:
mode:
Diffstat (limited to 'openbsc/include/openbsc/a_reset.h')
-rw-r--r--openbsc/include/openbsc/a_reset.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsc/include/openbsc/a_reset.h b/openbsc/include/openbsc/a_reset.h
index 343454a28..7aaab0620 100644
--- a/openbsc/include/openbsc/a_reset.h
+++ b/openbsc/include/openbsc/a_reset.h
@@ -45,7 +45,7 @@ struct a_reset_ctx {
};
/* Create and start state machine which handles the reset/reset-ack procedure */
-struct a_reset_ctx *a_reset_alloc(void *ctx, char *name, void *cb, void *priv);
+struct a_reset_ctx *a_reset_alloc(const void *ctx, const char *name, void *cb, void *priv);
/* Tear down state machine */
void a_reset_free(struct a_reset_ctx *reset);