summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-functions.h
diff options
context:
space:
mode:
authorJames Antill <james@and.org>2014-10-22 01:21:14 -0400
committerColin Walters <walters@verbum.org>2014-10-23 10:21:17 -0400
commit52c0d89a8cd53cfec20041fa0e1a4fe382a1a2d2 (patch)
tree2edb298312f44268fcbf02237420806047d387dd /src/ostree/ot-admin-functions.h
parent49de180191334ba1743d6d217590db3ec66309f6 (diff)
downloadostree-52c0d89a8cd53cfec20041fa0e1a4fe382a1a2d2.tar.gz
admin: Add ot_admin_checksum_version to get a dup of the version for a commit
Diffstat (limited to 'src/ostree/ot-admin-functions.h')
-rw-r--r--src/ostree/ot-admin-functions.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ostree/ot-admin-functions.h b/src/ostree/ot-admin-functions.h
index ab830369..ea147c84 100644
--- a/src/ostree/ot-admin-functions.h
+++ b/src/ostree/ot-admin-functions.h
@@ -32,5 +32,9 @@ ot_admin_require_booted_deployment_or_osname (OstreeSysroot *sysroot,
const char *osname,
GCancellable *cancellable,
GError **error);
+
+char *
+ot_admin_checksum_version (GVariant *checksum);
+
G_END_DECLS