source code migrating from gitlab
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#ifndef CLIENT_H
|
||||
#define CLIENT_H
|
||||
|
||||
int sendJSON(char *json, int len);
|
||||
int sendAll(int sock, char *buf, int len);
|
||||
|
||||
#endif // !CLIENT_H
|
||||
Reference in New Issue
Block a user