summaryrefslogtreecommitdiff
path: root/source4/lib/util/fault.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-10-14 12:52:32 +0200
committerStefan Metzmacher <metze@samba.org>2007-12-21 05:43:00 +0100
commitf26222df4db2055d267789655a7113a49c178071 (patch)
treeceae9f1b3dac94b5d9c184427e49b68ef0324627 /source4/lib/util/fault.c
parentb09047b78e981af8ade6a72d426bfcb0e742995b (diff)
downloadsamba-f26222df4db2055d267789655a7113a49c178071.tar.gz
samba-f26222df4db2055d267789655a7113a49c178071.tar.bz2
samba-f26222df4db2055d267789655a7113a49c178071.zip
r25626: Move some debug-specific prototypes to debug.h.
(This used to be commit 84a202754004ec618aa2663a4614d80eb2c7ce60)
Diffstat (limited to 'source4/lib/util/fault.c')
-rw-r--r--source4/lib/util/fault.c3
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! */