RetroArch
httpserver.h
Go to the documentation of this file.
1 /* RetroArch - A frontend for libretro.
2  * Copyright (C) 2015-2017 - Andre Leiradella
3  *
4  * RetroArch is free software: you can redistribute it and/or modify it under the terms
5  * of the GNU General Public License as published by the Free Software Found-
6  * ation, either version 3 of the License, or (at your option) any later version.
7  *
8  * RetroArch is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
9  * without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
10  * PURPOSE. See the GNU General Public License for more details.
11  *
12  * You should have received a copy of the GNU General Public License along with RetroArch.
13  * If not, see <http://www.gnu.org/licenses/>.
14  */
15 
16 #ifndef __RARCH_HTTPSERVR_H
17 #define __RARCH_HTTPSERVR_H
18 
19 #include <retro_common_api.h>
20 
22 
23 int httpserver_init(unsigned port);
24 
25 void httpserver_destroy(void);
26 
28 
29 #endif /* __RARCH_HTTPSERVR_H */
#define RETRO_BEGIN_DECLS
Definition: retro_common_api.h:41
includes all by default used to find thumbnails Please choose a single playlist first Add Entry Add Folder Select Files< multiple > Please fill out all required fields RetroArch updated successfully Please restart the application for the changes to take effect Contributors Move Down Load Remove Add Pass No shader passes Reset All Passes Download thumbnail Start on Download All Thumbnails This Playlist Configured in port
Definition: msg_hash_us.h:7699
void httpserver_destroy(void)
Definition: httpserver.c:584
RETRO_BEGIN_DECLS int httpserver_init(unsigned port)
Definition: httpserver.c:558
#define RETRO_END_DECLS
Definition: retro_common_api.h:42