diff options
author | Stefan Bellon <sbellon@sbellon.de> | 2002-08-03 20:35:16 +0200 |
---|---|---|
committer | Stefan Bellon <sbellon@sbellon.de> | 2002-08-03 20:35:16 +0200 |
commit | 582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d (patch) | |
tree | fdf1ffdc95ccb3bf1369169d1c2f84a91b7657d6 /include | |
parent | The big extension module removal. (diff) | |
download | gnupg2-582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d.tar.xz gnupg2-582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d.zip |
RISC OS changes due to dynload removal
Diffstat (limited to 'include')
-rw-r--r-- | include/util.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/util.h b/include/util.h index 1d0e4edd5..97a19ce3f 100644 --- a/include/util.h +++ b/include/util.h @@ -264,7 +264,7 @@ int vasprintf ( char **result, const char *format, va_list args); #include <unixlib/local.h> /* needed for image file system feature */ #include <unixlib/features.h> -void riscos_global_defaults(); +void riscos_global_defaults(void); #define RISCOS_GLOBAL_STATICS(a) const char *__dynamic_da_name = (a); void riscos_set_filetype(const char *filename, const char *mimetype); pid_t riscos_getpid(void); |