summaryrefslogtreecommitdiff
path: root/apps/plugin.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/plugin.h')
-rw-r--r--apps/plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h
index 8a0d0562ff..1d1e9ee26e 100644
--- a/apps/plugin.h
+++ b/apps/plugin.h
@@ -457,7 +457,7 @@ struct plugin_api {
457 int numberlen IF_CNFN_NUM_(, int *num)); 457 int numberlen IF_CNFN_NUM_(, int *num));
458 bool (*file_exists)(const char *file); 458 bool (*file_exists)(const char *file);
459 char* (*strip_extension)(char* buffer, int buffer_size, const char *filename); 459 char* (*strip_extension)(char* buffer, int buffer_size, const char *filename);
460 unsigned (*crc_32)(const void *src, unsigned len, unsigned crc32); 460 uint32_t (*crc_32)(const void *src, uint32_t len, uint32_t crc32);
461 461
462 int (*filetype_get_attr)(const char* file); 462 int (*filetype_get_attr)(const char* file);
463 463