Skip to content

Commit 548f35d

Browse files
committed
2 parents 622e940 + 42c5749 commit 548f35d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: 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)