summaryrefslogtreecommitdiff
path: root/src/libostree/ostree.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-03-23 08:54:28 -0400
committerColin Walters <walters@verbum.org>2014-03-24 18:08:22 -0400
commit7baa600e237b326899de2899a9bc54a6b863943c (patch)
tree7f374dbfa6b10ec7fa19b140baf91189106bb321 /src/libostree/ostree.h
parentffb9d3467164c1e8ec126d1bf265148e1b2374ab (diff)
downloadostree-7baa600e237b326899de2899a9bc54a6b863943c.tar.gz
Add an OstreeSysrootUpgrader API
This moves some utility code from the ostree tool into the shared library, which will make it easier to consume by external tools.
Diffstat (limited to 'src/libostree/ostree.h')
-rw-r--r--src/libostree/ostree.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libostree/ostree.h b/src/libostree/ostree.h
index f1e74507..57b2ffd2 100644
--- a/src/libostree/ostree.h
+++ b/src/libostree/ostree.h
@@ -26,6 +26,7 @@
#include <ostree-mutable-tree.h>
#include <ostree-repo-file.h>
#include <ostree-sysroot.h>
+#include <ostree-sysroot-upgrader.h>
#include <ostree-deployment.h>
#include <ostree-bootconfig-parser.h>
#include <ostree-diff.h>