Merge branch 'master' of ssh://marmaro.de:2022/var/git/mmh
[mmh] / uip / mhshow.c
index ebbd8ec..b43d5a8 100644 (file)
@@ -47,9 +47,6 @@ static struct swit switches[] = {
        { "version", 0 },
 #define HELPSW  13
        { "help", 0 },
-/*
-** switches for debugging
-*/
 #define DEBUGSW  14
        { "debug", -5 },
        { NULL, 0 }
@@ -102,7 +99,7 @@ void freects_done(int) NORETURN;
 /*
 ** static prototypes
 */
-static RETSIGTYPE pipeser(int);
+static void pipeser(int);
 
 
 int
@@ -405,7 +402,7 @@ do_cache:
 }
 
 
-static RETSIGTYPE
+static void
 pipeser(int i)
 {
        if (i == SIGQUIT) {