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

#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);