diff options
Diffstat (limited to 'maildrop/maildrop.h')
| -rw-r--r-- | maildrop/maildrop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/maildrop/maildrop.h b/maildrop/maildrop.h index 777f46d..efc07dc 100644 --- a/maildrop/maildrop.h +++ b/maildrop/maildrop.h @@ -45,7 +45,7 @@ static int sigfpe; // Floating point exception trapped. Maildrop(); static void cleanup(); -static RETSIGTYPE bye(int); +static void bye(int); static int trap(int (*)(int, char *[]), int, char *[]); static void reset_vars(); } ; |
