s/delete/free/g

This commit is contained in:
Murilo Pereira
2011-02-14 00:10:47 -02:00
parent e59d089b45
commit 417a8ca2b7
13 changed files with 48 additions and 48 deletions

View File

@@ -41,6 +41,6 @@ extern const char *program_name;
void allocate_deck(struct deck **);
void initialize_deck(struct deck *);
void delete_deck(struct deck *);
void free_deck(struct deck *);
#endif