diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/ChangeLog | 4 | ||||
-rw-r--r-- | include/util.h | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/include/ChangeLog b/include/ChangeLog index 8ea0354fb..81c7f9cf0 100644 --- a/include/ChangeLog +++ b/include/ChangeLog @@ -1,3 +1,7 @@ +2002-06-20 Stefan Bellon <[email protected]> + + * util.h [__riscos__]: Added riscos_set_filetype(). + 2002-06-14 David Shaw <[email protected]> * util.h: Add pop_strlist() from strgutil.c. diff --git a/include/util.h b/include/util.h index 42af78166..bfc77af91 100644 --- a/include/util.h +++ b/include/util.h @@ -260,6 +260,7 @@ int vasprintf ( char **result, const char *format, va_list args); #ifdef __riscos__ /* needed for strcasecmp() */ #include <strings.h> +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); |