Index: util_lib_fs.h =================================================================== --- util_lib_fs.h (revision 6040) +++ util_lib_fs.h (revision 6041) @@ -34,9 +34,9 @@ #include /* look up library root_path's real path, skipping the ? prefix */ -char *csch_lib_fs_realpath(rnd_hidlib_t *hl, char *root_path); +char *csch_lib_fs_realpath(rnd_design_t *hl, char *root_path); /* map path dir recursively for library entries; check each entry with type_cb, if it returns invalid type, omit the entry. */ -void csch_lib_fs_map(rnd_hidlib_t *hl, csch_lib_backend_t *be, csch_lib_t *parent, gds_t *path, csch_lib_type_t (*type_cb)(rnd_hidlib_t *, const char *fn)); +void csch_lib_fs_map(rnd_design_t *hl, csch_lib_backend_t *be, csch_lib_t *parent, gds_t *path, csch_lib_type_t (*type_cb)(rnd_design_t *, const char *fn));