31 #include <netinet/in.h> 32 #include <sys/socket.h> 33 #include <sys/types.h> int send_to_server(const char *)
Send a message to the server.
Definition: comm.c:124
int sendf_to_server(const char *,...)
Format and send a message to the server.
Definition: comm.c:137
unsigned int to_server_buffer_space()
Get the number of characters free in the server output buffer.
Definition: comm.c:82
int sendn_to_server(const void *, size_t)
Send a number of bytes to the server.
Definition: comm.c:98