diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 9edbfc5902..c37788f97e 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -516,7 +516,7 @@ NTSTATUS map_nt_error_from_unix(int unix_error); int map_errno_from_nt_status(NTSTATUS status); /* The following definitions come from lib/fault.c */ -void fault_setup(void (*fn)(void *)); +void fault_setup(void); void dump_core_setup(const char *progname); /* The following definitions come from lib/file_id.c */ |