pserv/src/globals.h
Godmar Back 65ee63d43e added HTML5 fallback option
This is not part of the project requirements
2018-04-29 17:58:34 -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;