The extract_section function in debuginfod-client.c is an internal
function and should not be exported. Mark it as static.
Signed-off-by: Mark Wielaard <mark@klomp.org>
+2022-11-02 Mark Wielaard <mark@klomp.org>
+
+ * debuginfod-client.c (extract_section): Mark static.
+
2022-11-01 Aaron Merey <amerey@redhat.com>
* debuginfod-client.c (path_escape): Add early return.
section name was not found. -EEXIST indicates that the section was
found but had type SHT_NOBITS. */
-int
+static int
extract_section (int fd, const char *section, char *fd_path, char **usr_path)
{
elf_version (EV_CURRENT);