aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/ChangeLog4
-rw-r--r--include/util.h1
2 files changed, 5 insertions, 0 deletions
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 <[email protected]>
+
+ * util.h [__riscos__]: Added riscos_getchar().
+
2002-06-21 Stefan Bellon <[email protected]>
* 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);