pserv/src/main.h
Godmar Back 7cbe3af927 updates for summer 2020
this update adds the unit tests as part of the student distribution
2020-08-03 23:33:16 -04:00

10 lines
187 B
C

/*
* Declarations of various global variables.
*/
#include <stdbool.h>
extern char *server_root;
extern bool silent_mode;
extern int token_expiration_time;
extern bool html5_fallback;