X-Git-Url: http://git.pk910.de/?p=NeonServV5.git;a=blobdiff_plain;f=src%2FClientSocket.h;h=13e499cf0c98268dc6754d36c5af30290318a6e8;hp=7ede0c325e79b46e9c3302ef50887c7d14f96a37;hb=6927fcd82e211ff0561ae50e0b9acebedbbe789a;hpb=826eb241e5d704f750bf4985277be1ed59bc024d diff --git a/src/ClientSocket.h b/src/ClientSocket.h index 7ede0c3..13e499c 100644 --- a/src/ClientSocket.h +++ b/src/ClientSocket.h @@ -69,6 +69,7 @@ struct ClientSocket { struct ClientSocket* create_socket(char *host, int port, char *bindto, char *pass, char *nick, char *ident, char *realname); int connect_socket(struct ClientSocket *client); int close_socket(struct ClientSocket *client); +int disconnect_socket(struct ClientSocket *client); int write_socket_force(struct ClientSocket *client, char* msg, int len); int write_socket(struct ClientSocket *client, char* msg, int len); void socket_loop(int timeout_seconds);