From 831f9f01fbe4088eb6bd378c0e417d9996b676fd Mon Sep 17 00:00:00 2001 From: scratko Date: Fri, 30 Aug 2024 12:46:56 +0300 Subject: Final version v2.0 Added windows client. SIGPIPE signal was being sent to the server when the client was disconnected. Now there is handling of this signal. Added a delay when displaying some informational messages. --- client/data_decryption.h | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 client/data_decryption.h (limited to 'client/data_decryption.h') diff --git a/client/data_decryption.h b/client/data_decryption.h deleted file mode 100644 index 08772fe..0000000 --- a/client/data_decryption.h +++ /dev/null @@ -1,16 +0,0 @@ -#ifndef DATA_DECRYPTION_H_SENTRY -#define DATA_DECRYPTION_H_SENTRY - -#include "client.h" - -void decrypt_set_state(struct client *cl, char **end_p); -int decrypt_get_number(char *start_p, char **end_p); -void decrypt_set_base_info(struct client *cl, char *start_p, char **end_p); -void decrypt_set_position_whose_turn(struct client *cl, char *start_p, - char **end_p); -void decrypt_set_card_queue(struct client *cl, char *start_p, char **end_p); -void decrypt_set_card_acceptance_status(struct client *cl, char *start_p); -void decrypt_set_spectator_mode(struct client *cl, char *start_p); -void decrypt_set_durak_position(struct client *cl, char *start_p); - -#endif -- cgit v1.2.3