summaryrefslogtreecommitdiff
path: root/src/portable/portable.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2018-11-28 22:55:40 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2018-12-02 12:18:54 +0100
commit67818055b7ff196d4b279f5d28e26d1ffce76a17 (patch)
tree68763761ed0cac123d2100ac1b2a6f0211e69250 /src/portable/portable.h
parentbb1a05d6f34b6f17ac1b6b49c93ec0f8f97dfce7 (diff)
downloadsystemd-67818055b7ff196d4b279f5d28e26d1ffce76a17.tar.gz
portable: introduce portable_metadata_hash_ops and use it
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);