mirror of
https://github.com/openharmony/third_party_elfutils.git
synced 2026-07-20 23:45:11 -04:00
5d67e9d3ea
This function lets a client know, during or after a progressfn callback, what the url of the winning outgoing download is/was. Signed-off-by: Frank Ch. Eigler <fche@redhat.com>
17 lines
317 B
Plaintext
17 lines
317 B
Plaintext
ELFUTILS_0 { };
|
|
ELFUTILS_0.178 {
|
|
global:
|
|
debuginfod_begin;
|
|
debuginfod_end;
|
|
debuginfod_find_debuginfo;
|
|
debuginfod_find_executable;
|
|
debuginfod_find_source;
|
|
debuginfod_set_progressfn;
|
|
} ELFUTILS_0;
|
|
ELFUTILS_0.179 {
|
|
global:
|
|
debuginfod_set_user_data;
|
|
debuginfod_get_user_data;
|
|
debuginfod_get_url;
|
|
};
|