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

#include "discover-image.h"
#include "hashmap.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);