blob: 4cd59340dd74de0051cd4e542717291c79c1fe2c [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
bool read_route(const char* route_file, const t_router_opts& RouterOpts, bool verify_file_digests);
#endif /* READ_ROUTE_H */