summaryrefslogtreecommitdiff
path: root/amiga/filetype.h
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-09 22:29:46 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-06-09 22:29:46 +0000
commit936baddabaac148f7c8831f38ec7f0d25f12078a (patch)
treefe637007ec89385d2ce13b61b80b48964d53be99 /amiga/filetype.h
parentb9bdb198cb90fd378ac2a2fdb6cd4585d0a78084 (diff)
downloadnetsurf-936baddabaac148f7c8831f38ec7f0d25f12078a.tar.gz
netsurf-936baddabaac148f7c8831f38ec7f0d25f12078a.tar.bz2
Only show external app context menu item if an external app is actually defined
svn path=/trunk/netsurf/; revision=12470
Diffstat (limited to 'amiga/filetype.h')
-rw-r--r--amiga/filetype.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/filetype.h b/amiga/filetype.h
index 1750950d0..03302bf57 100644
--- a/amiga/filetype.h
+++ b/amiga/filetype.h
@@ -36,9 +36,8 @@ struct Node *ami_mime_from_datatype(struct DataType *dt,
lwc_string **mimetype, struct Node *start_node);
struct Node *ami_mime_to_filetype(lwc_string *mimetype,
lwc_string **filetype, struct Node *start_node);
-struct Node *ami_mime_to_plugincmd(lwc_string *mimetype,
- lwc_string **plugincmd, struct Node *start_node);
+lwc_string *ami_mime_content_to_cmd(struct hlcache_handle *c);
struct Node *ami_mime_has_cmd(lwc_string **mimetype, struct Node *start_node);
bool ami_mime_compare(struct hlcache_handle *c, const char *type);