From c91d17b3d5e11e5e5c08a60abb8a1d14e49480a2 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Sat, 13 Nov 2010 18:00:25 +0100 Subject: panic: Fix type warning - osmo_panic_handler_t is already a pointer ... Signed-off-by: Sylvain Munaut --- include/osmocore/panic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/osmocore/panic.h b/include/osmocore/panic.h index cee95358..c5a83778 100644 --- a/include/osmocore/panic.h +++ b/include/osmocore/panic.h @@ -6,6 +6,6 @@ typedef void (*osmo_panic_handler_t)(const char *fmt, va_list args); void osmo_panic(const char *fmt, ...); -void osmo_set_panic_handler(osmo_panic_handler_t *h); +void osmo_set_panic_handler(osmo_panic_handler_t h); #endif -- cgit v1.2.3