ctpv/server.h
2022-05-29 21:40:11 +05:00

9 lines
150 B
C

#ifndef SERVER_H
#define SERVER_H
int server_listen(char const *id_s);
int server_clear(const char *id_s);
int server_end(const char *id_s);
#endif