12 lines
234 B
C
12 lines
234 B
C
|
#ifndef CHECK_RR_GRAPH_OBJ_H
|
||
|
#define CHECK_RR_GRAPH_OBJ_H
|
||
|
|
||
|
/* Include header files which include data structures used by
|
||
|
* the function declaration
|
||
|
*/
|
||
|
#include "rr_graph_obj.h"
|
||
|
|
||
|
bool check_rr_graph(const RRGraph& rr_graph);
|
||
|
|
||
|
#endif
|