You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <sys/socket.h>
|
|
|
|
|
|
|
|
void client_socket_close(int client_socket, struct sockaddr *client_address);
|
|
|
|
|
|
|
|
int client_socket_send(int client_socket, int status_code);
|