From 240f01cfa738d353520dd96536031ffbe6054bcc Mon Sep 17 00:00:00 2001 From: Pablo Neira Ayuso Date: Tue, 26 Apr 2011 03:07:46 +0200 Subject: include: fix missing extern in osmo_panic* declarations This patch adds the missing extern to osmo_panic* declarations. --- include/osmocom/core/panic.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/osmocom') diff --git a/include/osmocom/core/panic.h b/include/osmocom/core/panic.h index c5a83778..c28a8440 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 -- cgit v1.2.3