diff options
author | Lennart Poettering <lennart@poettering.net> | 2015-01-20 15:06:34 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2015-01-20 15:06:58 +0100 |
commit | 85dbc41dc67ff49fd8a843dbac5b8b5cb0b61155 (patch) | |
tree | 27cd179d2f98ef32ed27cb66589e44751135513e /src/import/import-util.h | |
parent | 88a1aadc48e5bbefd2e689db099569ec4c3c1e4b (diff) |
import: add a simple scheme for validating the SHA256 sums of downloaded raw files
Diffstat (limited to 'src/import/import-util.h')
-rw-r--r-- | src/import/import-util.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/import/import-util.h b/src/import/import-util.h index a930ea48a0..a8a5ca5699 100644 --- a/src/import/import-util.h +++ b/src/import/import-util.h @@ -33,3 +33,6 @@ int import_make_read_only_fd(int fd); int import_make_read_only(const char *path); int import_make_path(const char *url, const char *etag, const char *image_root, const char *prefix, const char *suffix, char **ret); + +int import_url_last_component(const char *url, char **ret); +int import_url_change_last_component(const char *url, const char *suffix, char **ret); |