summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorStefan Bellon <sbellon@sbellon.de>2002-08-03 20:35:16 +0200
committerStefan Bellon <sbellon@sbellon.de>2002-08-03 20:35:16 +0200
commit582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d (patch)
treefdf1ffdc95ccb3bf1369169d1c2f84a91b7657d6 /include
parentThe big extension module removal. (diff)
downloadgnupg2-582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d.tar.xz
gnupg2-582f0d5d98a303ac8ed2d87d3afc42929f0fdd2d.zip
RISC OS changes due to dynload removal
Diffstat (limited to 'include')
-rw-r--r--include/util.h2
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);