mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 10:18:17 +00:00
Fix implicit declaration warning
This commit is contained in:
parent
e438dd3263
commit
4598d01a28
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user