aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Bellon <[email protected]>2002-08-06 06:54:55 +0000
committerStefan Bellon <[email protected]>2002-08-06 06:54:55 +0000
commit181dcc69f4f33dc68e797019962075e8ca019e77 (patch)
treecfccedcf9e3d4648bfabb7e13183e4b27aa575e0 /include
parent* configure.ac: Bumbed version number. (diff)
downloadgnupg-181dcc69f4f33dc68e797019962075e8ca019e77.tar.gz
gnupg-181dcc69f4f33dc68e797019962075e8ca019e77.zip
tidying up RISC OS stuff
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);