aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ws.h
blob: fad2c63d92c30b75fb1a0bd38bbbaa8deabd6f0d (plain)
1
2
3
4
5
6
#ifndef WS_H
#define WS_H

void *websocket_main(void *threadid);

#endif