diff options
author | Max Kellermann <max@duempel.org> | 2009-01-01 18:51:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-01-01 18:51:17 +0100 |
commit | 2f71b647f48592ced0811ec66907068a3e236d6a (patch) | |
tree | 002b64888a21e6e855585128e64aa39c4fcfae9e /src/sig_handlers.h | |
parent | e93136ef0fac69b4bb7f02ba7e3b348827d597ea (diff) | |
download | mpd-2f71b647f48592ced0811ec66907068a3e236d6a.tar.gz mpd-2f71b647f48592ced0811ec66907068a3e236d6a.tar.xz mpd-2f71b647f48592ced0811ec66907068a3e236d6a.zip |
sig_handlers: use event_pipe for delivering SIGHUP
The signal_check library went out of order when we started using the
GLib main loop. Convert the SIGHUP handler to use event_pipe instead.
Diffstat (limited to '')
-rw-r--r-- | src/sig_handlers.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/sig_handlers.h b/src/sig_handlers.h index a7a2c6f02..0dc1c569b 100644 --- a/src/sig_handlers.h +++ b/src/sig_handlers.h @@ -19,8 +19,6 @@ #ifndef MPD_SIG_HANDLERS_H #define MPD_SIG_HANDLERS_H -int handlePendingSignals(void); - void initSigHandlers(void); #endif |