summaryrefslogtreecommitdiff
path: root/builder/builder-utils.h
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2016-02-23 12:44:01 +0100
committerAlexander Larsson <alexl@redhat.com>2016-02-23 12:44:01 +0100
commit22d997e7120616cdbccf7562593c76420a2f5957 (patch)
tree279255b97e8ff47fba86a3e48111a39b70d413e2 /builder/builder-utils.h
parent5f96507913805b8423cb3ed78c53b91a099fc6d1 (diff)
downloadxdg-app-22d997e7120616cdbccf7562593c76420a2f5957.tar.gz
builder: Add builder_get_debuginfo_file_references
Diffstat (limited to 'builder/builder-utils.h')
-rw-r--r--builder/builder-utils.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/builder/builder-utils.h b/builder/builder-utils.h
index ee1d4e1..12dadab 100644
--- a/builder/builder-utils.h
+++ b/builder/builder-utils.h
@@ -37,6 +37,9 @@ gboolean is_elf_file (const char *path,
gboolean *is_shared,
gboolean *is_stripped);
+char ** builder_get_debuginfo_file_references (const char *filename,
+ GError **error);
+
gboolean directory_is_empty (const char *path);
gboolean xdg_app_matches_path_pattern (const char *path,