Declaring local functions as static.

This commit is contained in:
Murilo Pereira
2011-02-06 04:51:49 -02:00
parent 83df7ba92f
commit 8d1b2ca7b4
8 changed files with 31 additions and 44 deletions
-4
View File
@@ -10,10 +10,6 @@ extern const char *program_name;
struct deck *deck;
struct cursor *cursor;
void set_stacks_initial_coordinates(struct deck *);
void fill_deck(struct deck *);
void shuffle_deck(struct deck *);
void deal_cards(struct deck *);
void greet_player();
void initialize_game();
void end_game();