From ae33b348afa800447db9344cf6e5d082f1a1fcb3 Mon Sep 17 00:00:00 2001 From: Warren Dukes <warren.dukes@gmail.com> Date: Sun, 11 Apr 2004 23:07:43 +0000 Subject: clean up signal handling using a polling method, from the genius that is mackstann git-svn-id: https://svn.musicpd.org/mpd/trunk@697 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/sig_handlers.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/sig_handlers.h') diff --git a/src/sig_handlers.h b/src/sig_handlers.h index 994f1eb33..415b15b45 100644 --- a/src/sig_handlers.h +++ b/src/sig_handlers.h @@ -21,6 +21,8 @@ #include "../config.h" +int handlePendingSignals(); + void initSigHandlers(); void finishSigHandlers(); -- cgit v1.2.3