Need these even without networking

This commit is contained in:
Alcaro 2016-05-10 19:43:15 +02:00
parent fe4ef69aaf
commit 2235aad731

View File

@ -51,6 +51,7 @@ typedef struct http_transfer_info
char url[PATH_MAX_LENGTH];
int progress;
} http_transfer_info_t;
#endif
typedef struct nbio_image_handle
{
@ -79,6 +80,7 @@ typedef struct nbio_handle
unsigned status;
} nbio_handle_t;
#ifdef HAVE_NETWORKING
void *rarch_task_push_http_transfer(const char *url, const char *type,
retro_task_callback_t cb, void *userdata);