diff options
Diffstat (limited to 'libctf/ctf-lookup.c')
-rw-r--r-- | libctf/ctf-lookup.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libctf/ctf-lookup.c b/libctf/ctf-lookup.c index 6ebcc18..c8ed72d 100644 --- a/libctf/ctf-lookup.c +++ b/libctf/ctf-lookup.c @@ -428,8 +428,8 @@ ctf_lookup_by_id (ctf_dict_t **fpp, ctf_id_t type, const ctf_type_t **suffix) } /* Find a given prefix in some type, if any. */ -ctf_type_t * -ctf_find_prefix (ctf_dict_t *fp, ctf_type_t *tp, int kind) +const ctf_type_t * +ctf_find_prefix (ctf_dict_t *fp, const ctf_type_t *tp, int kind) { uint32_t kind_ = kind; |