diff options
author | Stefan Bellon <[email protected]> | 2002-10-28 13:27:18 +0000 |
---|---|---|
committer | Stefan Bellon <[email protected]> | 2002-10-28 13:27:18 +0000 |
commit | 191795d14b2a4570b9022ee8f4a19a9249c86ff7 (patch) | |
tree | 8a6f91e393e1876dae40b7340c718cb3317a5aa0 /include/util.h | |
parent | * gnupg.spec.in: Use new path for keyserver helpers, /usr/lib is no longer (diff) | |
download | gnupg-191795d14b2a4570b9022ee8f4a19a9249c86ff7.tar.gz gnupg-191795d14b2a4570b9022ee8f4a19a9249c86ff7.zip |
filetype support for RISC OS
Diffstat (limited to 'include/util.h')
-rw-r--r-- | include/util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h index a053c68be..7b6c8755d 100644 --- a/include/util.h +++ b/include/util.h @@ -267,6 +267,9 @@ int vasprintf ( char **result, const char *format, va_list args); #include <unixlib/features.h> void riscos_global_defaults(void); #define RISCOS_GLOBAL_STATICS(a) const char *__dynamic_da_name = (a); +int riscos_get_filetype_from_string(const char *string, int len); +int riscos_get_filetype(const char *filename); +void riscos_set_filetype_by_number(const char *filename, int type); void riscos_set_filetype(const char *filename, const char *mimetype); pid_t riscos_getpid(void); int riscos_kill(pid_t pid, int sig); |