diff options
Diffstat (limited to 'apps/plugin.h')
| -rw-r--r-- | apps/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/plugin.h b/apps/plugin.h index 8a0d056..1d1e9ee 100644 --- a/apps/plugin.h +++ b/apps/plugin.h @@ -457,7 +457,7 @@ struct plugin_api { int numberlen IF_CNFN_NUM_(, int *num)); bool (*file_exists)(const char *file); char* (*strip_extension)(char* buffer, int buffer_size, const char *filename); - unsigned (*crc_32)(const void *src, unsigned len, unsigned crc32); + uint32_t (*crc_32)(const void *src, uint32_t len, uint32_t crc32); int (*filetype_get_attr)(const char* file); |