Files
SeaWeb/include/server.h
2022-03-08 23:40:23 -05:00

8 lines
109 B
C

#include <stdbool.h>
int printDebug(char message[]);
extern bool enableHTTPS;
extern char *WEB_ROOT_DIR;