From 6e8b6358ecc7dbebe9681d8e906f82993d0465df Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Wed, 23 Mar 2011 10:37:54 +1100 Subject: fault: fixed smb_panic() prototypes Autobuild-User: Andrew Tridgell Autobuild-Date: Wed Mar 23 01:51:44 CET 2011 on sn-devel-104 --- lib/util/util.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib') diff --git a/lib/util/util.h b/lib/util/util.h index b143e4e991..58e6ffd086 100644 --- a/lib/util/util.h +++ b/lib/util/util.h @@ -71,8 +71,6 @@ _PUBLIC_ void call_backtrace(void); /** Something really nasty happened - panic ! **/ -_PUBLIC_ _NORETURN_ void smb_panic(const char *why); - typedef void (*smb_panic_handler_t)(const char *why); _PUBLIC_ void fault_configure(smb_panic_handler_t panic_handler); -- cgit