diff --git a/include/osmocom/core/panic.h b/include/osmocom/core/panic.h index c5a837783..c28a8440d 100644 --- a/include/osmocom/core/panic.h +++ b/include/osmocom/core/panic.h @@ -5,7 +5,7 @@ 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); +extern void osmo_panic(const char *fmt, ...); +extern void osmo_set_panic_handler(osmo_panic_handler_t h); #endif