#ifndef WEB_OPTS_H #define WEB_OPTS_H extern int delay_ms; void set_delay(int delay); void set_stdev(float stdev); #endif