Print this page
rm code review

*** 252,261 **** --- 252,263 ---- #define CTF_ELF_SCN_NAME ".SUNW_ctf" extern ssize_t ctf_get_ctt_size(const ctf_file_t *, const ctf_type_t *, ssize_t *, ssize_t *); + extern void ctf_set_ctt_size(ctf_type_t *, ssize_t); + extern const ctf_type_t *ctf_lookup_by_id(ctf_file_t **, ctf_id_t); extern ctf_file_t *ctf_fdcreate_int(int, int *, ctf_sect_t *); extern int ctf_hash_create(ctf_hash_t *, ulong_t);