ctpv/server.h

9 lines
150 B
C
Raw Normal View History

2022-05-25 23:57:50 +02:00
#ifndef SERVER_H
#define SERVER_H
int server_listen(char const *id_s);
int server_clear(const char *id_s);
2022-05-25 23:57:50 +02:00
int server_end(const char *id_s);
#endif