From 181dcc69f4f33dc68e797019962075e8ca019e77 Mon Sep 17 00:00:00 2001 From: Stefan Bellon Date: Tue, 6 Aug 2002 06:54:55 +0000 Subject: tidying up RISC OS stuff --- include/ChangeLog | 4 ++++ include/util.h | 1 + 2 files changed, 5 insertions(+) (limited to 'include') diff --git a/include/ChangeLog b/include/ChangeLog index 464e339c7..80df025e2 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2002-08-06 Stefan Bellon + + * util.h [__riscos__]: Added riscos_getchar(). + 2002-06-21 Stefan Bellon * util.h [__riscos__]: Further moving away of RISC OS specific diff --git a/include/util.h b/include/util.h index 97a19ce3f..82c8dc725 100644 --- a/include/util.h +++ b/include/util.h @@ -270,6 +270,7 @@ void riscos_set_filetype(const char *filename, const char *mimetype); pid_t riscos_getpid(void); int riscos_kill(pid_t pid, int sig); int riscos_access(const char *path, int amode); +int riscos_getchar(void); int fdopenfile(const char *filename, const int allow_write); void close_fds(void); int renamefile(const char *old, const char *new); -- cgit v1.2.3