From 9e9919b897b00ff23aee6581471b4d7b4567bf4a Mon Sep 17 00:00:00 2001 From: scratko Date: Sat, 3 Aug 2024 03:39:46 +0300 Subject: Compilation succeeds --- card_queue.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'card_queue.h') diff --git a/card_queue.h b/card_queue.h index 475a93e..778ece4 100644 --- a/card_queue.h +++ b/card_queue.h @@ -16,5 +16,7 @@ void push_queue(struct card_queue *cq, const char *str); struct card_queue_item* get_next_card_from_queue(struct card_queue *cq, struct card_queue_item *prev); int find_out_card_quantity_in_cq(const struct card_queue *cq); +int is_empty_queue(struct card_queue *cq); +const char* pop_card_queue(struct card_queue *cq); #endif -- cgit v1.2.3