mirror of
https://github.com/NikitaIvanovV/ctpv.git
synced 2025-01-22 07:58:34 +01:00
9 lines
138 B
C
9 lines
138 B
C
|
#ifndef SERVER_H
|
||
|
#define SERVER_H
|
||
|
|
||
|
int server_listen(char const *id_s);
|
||
|
int server_clear(void);
|
||
|
int server_end(const char *id_s);
|
||
|
|
||
|
#endif
|