9 lines
72 B
C
9 lines
72 B
C
#ifndef SERVER_H
|
|
#define SERVER_H
|
|
|
|
int chat_server(int port);
|
|
|
|
#endif
|
|
|
|
|