Skip to content

Commit 42c5749

Browse files
committed
updates
1 parent 03dfbd8 commit 42c5749

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

helper.h

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
// client communication helpers
99
bool handle_get_version(int client_fd, char* client_str);
1010
void respond_str_to_client(int fd, char* str);
11+
void respond_buff_to_client(int fd, char* buff, int buff_len);
1112

1213
int get_int_from_client(int fd);
1314
bool get_str_from_client(int fd, char* str);

0 commit comments

Comments
 (0)