summaryrefslogtreecommitdiff
path: root/lib/signal.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/signal.c')
-rw-r--r--lib/signal.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/signal.c b/lib/signal.c
index 036844d42..474d8f81a 100644
--- a/lib/signal.c
+++ b/lib/signal.c
@@ -1,5 +1,5 @@
/* GNU Mailutils -- a suite of utilities for electronic mail
- Copyright (C) 2008-2019 Free Software Foundation, Inc.
+ Copyright (C) 2008-2024 Free Software Foundation, Inc.
GNU Mailutils is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -21,7 +21,7 @@
#include <signal.h>
void
-mu_set_signals (RETSIGTYPE (*handler) (int signo), int *sigv, int sigc)
+mu_set_signals (void (*handler) (int signo), int *sigv, int sigc)
{
int i;
struct sigaction act;

Return to:

Send suggestions and report system problems to the System administrator.