foreach_order
int foreach_order(void (*callback)(order_type *));
if (foreach_order(add_order_tb) == -1) {