trapq: Rename trapq_free_moves() to trapq_finalize_moves()

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
Kevin O'Connor 2021-07-19 11:12:58 -04:00
parent d1b41ea4a1
commit e2f483aea3
7 changed files with 14 additions and 14 deletions

View file

@ -36,6 +36,6 @@ struct trapq *trapq_alloc(void);
void trapq_free(struct trapq *tq);
void trapq_check_sentinels(struct trapq *tq);
void trapq_add_move(struct trapq *tq, struct move *m);
void trapq_free_moves(struct trapq *tq, double print_time);
void trapq_finalize_moves(struct trapq *tq, double print_time);
#endif // trapq.h