mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
reverted filetype patch
This commit is contained in:
parent
191795d14b
commit
4884931476
7 changed files with 16 additions and 110 deletions
|
@ -1,7 +1,3 @@
|
|||
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,9 +267,6 @@ 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