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

8 lines
109 B
C

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