summaryrefslogtreecommitdiff
path: root/apps/filetypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/filetypes.h')
-rw-r--r--apps/filetypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/filetypes.h b/apps/filetypes.h
index 2886fa2850..36d9009a87 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -74,7 +74,7 @@ int filetype_get_color(const char* name, int attr);
74#endif 74#endif
75int filetype_get_icon(int attr); 75int filetype_get_icon(int attr);
76/* return the plugin filename associated with the file */ 76/* return the plugin filename associated with the file */
77char* filetype_get_plugin(const struct entry* file, char *buffer, size_t buffer_len); 77char* filetype_get_plugin(int attr, char *buffer, size_t buffer_len);
78 78
79/* returns true if the attr is supported */ 79/* returns true if the attr is supported */
80bool filetype_supported(int attr); 80bool filetype_supported(int attr);