6 lines
137 B
C
6 lines
137 B
C
#ifndef WHY2_CHAT_MISC_H
|
|
#define WHY2_CHAT_MISC_H
|
|
|
|
void send_socket(char *text, int socket); //send socket.... wtf did you expect
|
|
|
|
#endif |