X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;ds=inline;f=uip%2Fmhshow.c;h=b43d5a81915728dc5efeb00b5c4fde086cf58f0f;hb=a0a7003193b14d2965fdeb6e07cd20605d179e1f;hp=ebbd8ec80b0d1d6438adc65050b13c30754fba3a;hpb=7ffcbc3d01bb58a071d56f5e7379948c579f634a;p=mmh diff --git a/uip/mhshow.c b/uip/mhshow.c index ebbd8ec..b43d5a8 100644 --- a/uip/mhshow.c +++ b/uip/mhshow.c @@ -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) {