mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
filetype support for RISC OS
This commit is contained in:
parent
875363153e
commit
191795d14b
13 changed files with 153 additions and 35 deletions
|
@ -1,3 +1,7 @@
|
|||
2002-10-28 Stefan Bellon <sbellon@sbellon.de>
|
||||
|
||||
* util.h [__riscos__]: Added prototypes for new filetype support.
|
||||
|
||||
2002-10-21 Werner Koch <wk@gnupg.org>
|
||||
|
||||
* util.h [__CYGWIN32__]: Don't need the registry prototypes.
|
||||
|
|
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue