mirror of
https://github.com/libretro/RetroArch
synced 2025-04-09 21:45:45 +00:00
Cleanup
This commit is contained in:
parent
b5e7861125
commit
9cff56ea62
@ -326,7 +326,7 @@ error:
|
||||
return NULL;
|
||||
}
|
||||
|
||||
http_transfer_info_t *http_task_get_transfer_list()
|
||||
http_transfer_info_t *http_task_get_transfer_list(void)
|
||||
{
|
||||
http_transfer_info_t *list = NULL;
|
||||
task_finder_data_t find_data;
|
||||
|
@ -44,7 +44,7 @@ typedef struct http_transfer_info
|
||||
void *rarch_task_push_http_transfer(const char *url, const char *type,
|
||||
retro_task_callback_t cb, void *userdata);
|
||||
|
||||
http_transfer_info_t *http_task_get_transfer_list();
|
||||
http_transfer_info_t *http_task_get_transfer_list(void);
|
||||
|
||||
void http_task_free_transfer_list(http_transfer_info_t *list);
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user