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 23f259b3ca..efe9f3f5df 100644
--- a/apps/filetypes.h
+++ b/apps/filetypes.h
@@ -73,7 +73,7 @@ int filetype_get_color(const char* name, int attr);
73#endif 73#endif
74int filetype_get_icon(int attr); 74int filetype_get_icon(int attr);
75/* return the plugin filename associated with the file */ 75/* return the plugin filename associated with the file */
76char* filetype_get_plugin(const struct entry* file); 76char* filetype_get_plugin(const struct entry* file, char *buffer, size_t buffer_len);
77 77
78/* returns true if the attr is supported */ 78/* returns true if the attr is supported */
79bool filetype_supported(int attr); 79bool filetype_supported(int attr);