Files
RetroArch/network/httpserver/httpserver.h
T

16 lines
232 B
C
Raw Normal View History

#ifndef __RARCH_HTTPSERVR_H
#define __RARCH_HTTPSERVR_H
#ifdef __cplusplus
extern "C" {
#endif
int httpserver_init(unsigned port);
2016-09-11 14:37:29 +02:00
void httpserver_destroy(void);
#ifdef __cplusplus
}
#endif
#endif /* __RARCH_HTTPSERVR_H */