diff options
Diffstat (limited to 'source4/lib/util/fault.c')
-rw-r--r-- | source4/lib/util/fault.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/util/fault.c b/source4/lib/util/fault.c index e9cd040ee6..cd347a5ef9 100644 --- a/source4/lib/util/fault.c +++ b/source4/lib/util/fault.c @@ -208,7 +208,8 @@ _PUBLIC_ void fault_setup(const char *pname) register a fault handler. Should only be called once in the execution of smbd. */ -_PUBLIC_ bool register_fault_handler(const char *name, void (*fault_handler)(int sig)) +_PUBLIC_ bool register_fault_handler(const char *name, + void (*fault_handler)(int sig)) { if (fault_handlers.name != NULL) { /* it's already registered! */ |