summaryrefslogtreecommitdiff
path: root/amiga/filetype.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-30 20:52:31 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-05-30 20:52:31 +0000
commite2ef8df4d76dbd5798855c906ee55c9ebd48bc65 (patch)
tree47fc2823ad3875fbaa97c8c2d9500437ae8c59fb /amiga/filetype.h
parentf214d3ecc88d1930217e89ed3622d8f1da93ff13 (diff)
downloadnetsurf-e2ef8df4d76dbd5798855c906ee55c9ebd48bc65.tar.gz
netsurf-e2ef8df4d76dbd5798855c906ee55c9ebd48bc65.tar.bz2
Guess MIME type from DataType only if there isn't already a valid entry in the list
svn path=/trunk/netsurf/; revision=12450
Diffstat (limited to 'amiga/filetype.h')
-rw-r--r--amiga/filetype.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/amiga/filetype.h b/amiga/filetype.h
index d9b76ee5f..fd0e1d8bc 100644
--- a/amiga/filetype.h
+++ b/amiga/filetype.h
@@ -30,6 +30,7 @@ struct ami_mime_entry;
nserror ami_mime_init(const char *mimefile);
void ami_mime_free(void);
void ami_mime_entry_free(struct ami_mime_entry *mimeentry);
+void ami_mime_dump(void);
struct Node *ami_mime_from_datatype(struct DataType *dt,
lwc_string **mimetype, struct Node *start_node);