RetroArch
net_http_special.h
Go to the documentation of this file.
1 /* RetroArch - A frontend for libretro.
2  * Copyright (C) 2011-2017 - Daniel De Matteis
3  * Copyright (C) 2015-2017 - Andre Leiradella
4  *
5  * RetroArch is free software: you can redistribute it and/or modify it under the terms
6  * of the GNU General Public License as published by the Free Software Found-
7  * ation, either version 3 of the License, or (at your option) any later version.
8  *
9  * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
10  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
11  * PURPOSE. See the GNU General Public License for more details.
12  *
13  * You should have received a copy of the GNU General Public License along with RetroArch.
14  * If not, see <http://www.gnu.org/licenses/>.
15  */
16 
17 #ifndef __NET_HTTP_SPECIAL_H
18 #define __NET_HTTP_SPECIAL_H
19 
20 #include <libretro.h>
21 
22 enum
23 {
28 };
29 
30 int net_http_get(const char **result, size_t *size,
31  const char *url, retro_time_t *timeout);
32 
33 #endif
GLbitfield GLuint64 timeout
Definition: glext.h:7831
Definition: net_http_special.h:25
GLsizeiptr size
Definition: glext.h:6559
Definition: net_http_special.h:24
int64_t retro_time_t
Definition: libretro.h:1610
GLuint64EXT * result
Definition: glext.h:12211
int net_http_get(const char **result, size_t *size, const char *url, retro_time_t *timeout)
Definition: net_http_special.c:25
Definition: net_http_special.h:27
Definition: net_http_special.h:26