summaryrefslogtreecommitdiff
path: root/src/portable/portable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/portable/portable.h')
-rw-r--r--src/portable/portable.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/portable/portable.h b/src/portable/portable.h
index 9fbf61265a..ad81b584a5 100644
--- a/src/portable/portable.h
+++ b/src/portable/portable.h
@@ -54,9 +54,6 @@ typedef struct PortableChange {
PortableMetadata *portable_metadata_unref(PortableMetadata *i);
DEFINE_TRIVIAL_CLEANUP_FUNC(PortableMetadata*, portable_metadata_unref);
-Hashmap *portable_metadata_hashmap_unref(Hashmap *h);
-DEFINE_TRIVIAL_CLEANUP_FUNC(Hashmap*, portable_metadata_hashmap_unref);
-
int portable_metadata_hashmap_to_sorted_array(Hashmap *unit_files, PortableMetadata ***ret);
int portable_extract(const char *image, char **matches, PortableMetadata **ret_os_release, Hashmap **ret_unit_files, sd_bus_error *error);