--- freem/src/service.c 2025/02/25 18:55:13 1.3 +++ freem/src/service.c 2025/03/09 15:20:18 1.6 @@ -16,7 +16,7 @@ * file and global locking * * - * Author: Serena Willis + * Author: Serena Willis * Copyright (C) 1998 MUG Deutschland * Copyright (C) 2020 Coherent Logic Development LLC * @@ -65,9 +65,7 @@ #include "events.h" long int tell (); -unsigned alarm (); -void ris (); - +void ris (struct vtstyp *scr); #ifdef SCO int scosgr (short att, short bwflag); @@ -3368,7 +3366,7 @@ void write_t (short int col) } /* end of write_t() */ -void ontimo () +void ontimo (void) { /* handle timeout (for read) */ longjmp (sjbuf, 1); } /* end of ontimo() */