Fix implicit declaration warning

This commit is contained in:
twinaphex 2015-07-04 20:17:59 +02:00
parent e438dd3263
commit 4598d01a28

View File

@ -104,10 +104,10 @@ const char *core_info_list_get_all_extensions(core_info_list_t *list);
bool core_info_list_get_display_name(core_info_list_t *list,
const char *path, char *buf, size_t size);
bool core_info_get_display_name_from_file(const char *path, char *buf, size_t size);
bool core_info_get_display_name(const char *path, char *s, size_t len);
void core_info_get_name(const char *path, char *s, size_t len);
#ifdef __cplusplus
}
#endif