back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/client/data_decryption.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/data_decryption.h')
-rw-r--r--client/data_decryption.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/client/data_decryption.h b/client/data_decryption.h
index b53e53f..08772fe 100644
--- a/client/data_decryption.h
+++ b/client/data_decryption.h
@@ -8,7 +8,9 @@ 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);
+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