summaryrefslogtreecommitdiff
path: root/src/libostree/ostree-deployment.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2015-03-10 09:07:12 -0400
committerColin Walters <walters@verbum.org>2015-03-10 10:47:47 -0400
commit6ac880c9597ba5bf9a5d90bd8e8186d443483af2 (patch)
tree52ac92e63eaf4d7f7069d7bd97d62f5f111db924 /src/libostree/ostree-deployment.h
parentc86a86f742849bd1ca5d86d747b8cde73892c3f6 (diff)
downloadostree-6ac880c9597ba5bf9a5d90bd8e8186d443483af2.tar.gz
deployment: Add an API to get relative origin path
This will be used for fd-relative cleanups.
Diffstat (limited to 'src/libostree/ostree-deployment.h')
-rw-r--r--src/libostree/ostree-deployment.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libostree/ostree-deployment.h b/src/libostree/ostree-deployment.h
index 0dbe6f1b..dc28d63a 100644
--- a/src/libostree/ostree-deployment.h
+++ b/src/libostree/ostree-deployment.h
@@ -58,5 +58,6 @@ void ostree_deployment_set_origin (OstreeDeployment *self, GKeyFile *origin);
OstreeDeployment *ostree_deployment_clone (OstreeDeployment *self);
+char *ostree_deployment_get_origin_relpath (OstreeDeployment *self);
G_END_DECLS