back to scratko.xyz
aboutsummaryrefslogtreecommitdiff
path: root/client/card_stack.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/card_stack.h')
-rw-r--r--client/card_stack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/card_stack.h b/client/card_stack.h
index 7cb5798..ba973f4 100644
--- a/client/card_stack.h
+++ b/client/card_stack.h
@@ -24,6 +24,6 @@ void mark_card_for_defenders_stack(player_cards deck,
struct cards_on_table *cot,
char* trump_suit);
void mark_card_for_tossing_stack(player_cards deck, struct cards_on_table *cot);
-int card_search_by_letter(player_cards deck, int letter);
+char* card_search_by_letter(player_cards deck, int letter);
#endif