forked from scott/threaded_network_chat
update files to match new max column width 100
This commit is contained in:
@@ -32,7 +32,8 @@ typedef struct __wserver_args_t {
|
||||
std::string log;
|
||||
} wserver_args_t;
|
||||
|
||||
/* client_start(listen_ip, listen_port, &socket_descriptor_client, log_path, &client_wait_thread); */
|
||||
/* client_start(listen_ip, listen_port, &socket_descriptor_client, log_path, &client_wait_thread);
|
||||
*/
|
||||
void
|
||||
client_start(std::string ip, int port, int *sock, std::string log, pthread_t *thr)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user