X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fmhtest.c;h=164d3905442b53c3dd94710ba46d6d75f7b94ca6;hb=7c2ba0786dc15d32519719791d9fc5a990e84242;hp=dc3812679dea1198c096a1d3d94eed02fdd8b08d;hpb=7ffcbc3d01bb58a071d56f5e7379948c579f634a;p=mmh diff --git a/uip/mhtest.c b/uip/mhtest.c index dc38126..164d390 100644 --- a/uip/mhtest.c +++ b/uip/mhtest.c @@ -43,10 +43,6 @@ static struct swit switches[] = { { "version", 0 }, #define HELPSW 11 { "help", 0 }, - -/* -** switches for debugging -*/ #define DEBUGSW 12 { "debug", -5 }, { NULL, 0 } @@ -103,7 +99,7 @@ void freects_done(int) NORETURN; ** static prototypes */ static int write_content(CT *, char *); -static RETSIGTYPE pipeser(int); +static void pipeser(int); int @@ -374,7 +370,7 @@ write_content(CT *cts, char *outfile) } -static RETSIGTYPE +static void pipeser(int i) { if (i == SIGQUIT) {