mirror of
https://github.com/Klipper3d/klipper.git
synced 2025-08-09 23:05:05 -06:00
trapq: Rename trapq_free_moves() to trapq_finalize_moves()
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
d1b41ea4a1
commit
e2f483aea3
7 changed files with 14 additions and 14 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue