mirror of
https://github.com/libretro/RetroArch
synced 2025-03-27 05:37:40 +00:00
Add header guard to http_lib.h
This commit is contained in:
parent
1917602103
commit
22eaed78a7
@ -641,6 +641,7 @@ NETPLAY
|
||||
#ifdef HAVE_NETPLAY
|
||||
#include "../netplay.c"
|
||||
#include "../http_lib.c"
|
||||
#include "../http_intf.c"
|
||||
#endif
|
||||
|
||||
/*============================================================
|
||||
|
@ -9,8 +9,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
/* declarations */
|
||||
#ifndef _HTTP_LIB_H
|
||||
#define _HTTP_LIB_H
|
||||
|
||||
/* declarations */
|
||||
|
||||
extern char *http_server;
|
||||
|
||||
@ -70,3 +72,5 @@ http_retcode http_delete(const char *filename) ;
|
||||
http_retcode http_head(const char *filename, int *plength, char *typebuf);
|
||||
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user