mirror of
https://github.com/libretro/RetroArch
synced 2025-02-05 06:40:07 +00:00
Some C89_BUILD fix
This commit is contained in:
parent
848a060562
commit
606c97510e
@ -23,7 +23,7 @@ enum
|
||||
NET_HTTP_GET_OK = 0,
|
||||
NET_HTTP_GET_MALFORMED_URL,
|
||||
NET_HTTP_GET_CONNECT_ERROR,
|
||||
NET_HTTP_GET_TIMEOUT,
|
||||
NET_HTTP_GET_TIMEOUT
|
||||
};
|
||||
|
||||
int net_http_get(const char **result, size_t *size, const char *url, retro_time_t *timeout);
|
||||
|
Loading…
x
Reference in New Issue
Block a user