Sporttafel-old/src/core/http.h

11 lines
117 B
C

#ifndef HTTP_H
#define HTTP_H
void httpSetup();
void httpLoop();
void websocketSend(const char *message);
#endif