diff options
Diffstat (limited to '')
-rw-r--r-- | common/util.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/common/util.h b/common/util.h index eb7a3fd31..29e0ec98e 100644 --- a/common/util.h +++ b/common/util.h @@ -54,6 +54,7 @@ #include "../common/utf8conv.h" #include "../common/dynload.h" #include "../common/fwddecl.h" +#include "../common/utilproto.h" #include "gettime.h" @@ -114,11 +115,6 @@ out_of_core (void) } -/*-- signal.c --*/ -void gnupg_init_signals (int mode, void (*fast_cleanup)(void)); -void gnupg_block_all_signals (void); -void gnupg_unblock_all_signals (void); - /*-- yesno.c --*/ int answer_is_yes (const char *s); int answer_is_yes_no_default (const char *s, int def_answer); |