blob: 614a84c0c2041704608d8db4e3794faddef355d3 [file] [log] [blame]
/*
* Read a .route file and load the route tree and other associated data structure
* with the correct values. This is used to perform --analysis only
*/
#ifndef READ_ROUTE_H
#define READ_ROUTE_H
void read_route(const char* route_file, const t_router_opts& RouterOpts, bool verify_file_digests);
#endif /* READ_ROUTE_H */