1 #ifndef LAS_DESCENT_HPP_
2 #define LAS_DESCENT_HPP_
3 
4 #include "las-info.hpp"
5 #include "tdict.hpp"     // for timetree_t
6 class las_todo_list;
7 struct las_todo_entry;
8 struct relation;
9 
10 bool register_contending_relation(las_info const & las, las_todo_entry const & doing, relation & rel);
11 void postprocess_specialq_descent(las_info & las, las_todo_list & todo, las_todo_entry const & doing, timetree_t & timer_special_q);
12 
13 #endif	/* LAS_DESCENT_HPP_ */
14