diff options
author | Lennart Poettering <lennart@poettering.net> | 2014-12-19 20:07:23 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2014-12-19 20:07:23 +0100 |
commit | c2ce6a3d82b717c4c1e6245ad8c6ce1173f502d0 (patch) | |
tree | c76b52cfb0c996f8175c447f06ff5c44963eb708 /src/machine/image.h | |
parent | 821d4b6e068b2afaad94d43db22171c34a30400e (diff) |
machined: add new GetImage() bus call for retrieving the bus path for an image
Diffstat (limited to 'src/machine/image.h')
-rw-r--r-- | src/machine/image.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/machine/image.h b/src/machine/image.h index c77fd19d8d..f298fc3049 100644 --- a/src/machine/image.h +++ b/src/machine/image.h @@ -46,6 +46,7 @@ Image *image_unref(Image *i); void image_hashmap_free(Hashmap *map); +int image_find(const char *name, Image **ret); int image_discover(Hashmap *map); char *image_bus_path(const char *name); |