summaryrefslogtreecommitdiff
path: root/src/portable/portabled-image.h
blob: 26ce2f6b5958f199f74ba2cc6e193be94bd3ea28 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* SPDX-License-Identifier: LGPL-2.1+ */
#pragma once

#include "hashmap.h"
#include "machine-image.h"
#include "portabled.h"

Image *manager_image_cache_get(Manager *m, const char *name_or_path);

int manager_image_cache_add(Manager *m, Image *image);

int manager_image_cache_discover(Manager *m, Hashmap *images, sd_bus_error *error);