diff options
author | Stefan Bellon <[email protected]> | 2002-08-06 06:54:55 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-08-06 06:54:55 +0000 |
commit | 181dcc69f4f33dc68e797019962075e8ca019e77 (patch) | |
tree | cfccedcf9e3d4648bfabb7e13183e4b27aa575e0 /include/util.h | |
parent | * configure.ac: Bumbed version number. (diff) | |
download | gnupg-181dcc69f4f33dc68e797019962075e8ca019e77.tar.gz gnupg-181dcc69f4f33dc68e797019962075e8ca019e77.zip |
tidying up RISC OS stuff
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 1 |
1 files changed, 1 insertions, 0 deletions
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); |