mirror of
https://github.com/sigmasternchen/Serwer
synced 2025-03-15 07:08:54 +00:00
9 lines
103 B
C
9 lines
103 B
C
![]() |
#ifndef WS_MODES_H
|
||
|
#define WS_MODES_H
|
||
|
|
||
|
#include "ws_types.h"
|
||
|
|
||
|
int ws_run_linear(webserver_t*);
|
||
|
|
||
|
#endif
|