We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03dfbd8 commit 42c5749Copy full SHA for 42c5749
helper.h
@@ -8,6 +8,7 @@
8
// client communication helpers
9
bool handle_get_version(int client_fd, char* client_str);
10
void respond_str_to_client(int fd, char* str);
11
+void respond_buff_to_client(int fd, char* buff, int buff_len);
12
13
int get_int_from_client(int fd);
14
bool get_str_from_client(int fd, char* str);
0 commit comments