#ifndef WS_H
#define WS_H

void *websocket_main(void *threadid);

#endif