X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fprompter.c;h=2f39f29d4cc1e72dbb6609164a37f38f986549ed;hp=a398832e1ad52576aa1ba41fc91a5d4cd78bee07;hb=fc71710f8695ea07d852284286b058ecb3955317;hpb=7ffcbc3d01bb58a071d56f5e7379948c579f634a diff --git a/uip/prompter.c b/uip/prompter.c index a398832..2f39f29 100644 --- a/uip/prompter.c +++ b/uip/prompter.c @@ -69,7 +69,7 @@ static jmp_buf sigenv; int getln(char *, int); static int chrcnv(char *); static void chrdsp(char *, char); -static RETSIGTYPE intrser(int); +static void intrser(int); int @@ -394,7 +394,7 @@ getln(char *buffer, int n) } -static RETSIGTYPE +static void intrser(int i) { #ifndef RELIABLE_SIGNALS