#ifndef WEB_H #define WEB_H #include "synth_engine.h" void init_web(synth_t * synth); void free_web(); void ws_send_message(const char *message); #endif /* WEB_H */