mirror of
https://github.com/sigmasternchen/Serwer
synced 2025-03-15 15:18:55 +00:00
8 lines
103 B
C
8 lines
103 B
C
#ifndef WS_MODES_H
|
|
#define WS_MODES_H
|
|
|
|
#include "ws_types.h"
|
|
|
|
int ws_run_linear(webserver_t*);
|
|
|
|
#endif
|