summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-functions.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-03-23 11:36:09 -0400
committerColin Walters <walters@verbum.org>2014-03-23 11:36:09 -0400
commitffb9d3467164c1e8ec126d1bf265148e1b2374ab (patch)
tree7a18a6ec28b2490d0e258338ba3f92fefd676c98 /src/ostree/ot-admin-functions.h
parent2169c079b343576ce6f62f5c4288477492ea4bb8 (diff)
downloadostree-ffb9d3467164c1e8ec126d1bf265148e1b2374ab.tar.gz
Move basic commit API into ostree_sysroot_simple_write_deployment()
The admin commands had this shared in tool common, but we want to encourage external programs to do this as well.
Diffstat (limited to 'src/ostree/ot-admin-functions.h')
-rw-r--r--src/ostree/ot-admin-functions.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/ostree/ot-admin-functions.h b/src/ostree/ot-admin-functions.h
index d42c974c..8d903713 100644
--- a/src/ostree/ot-admin-functions.h
+++ b/src/ostree/ot-admin-functions.h
@@ -43,14 +43,5 @@ ot_admin_deploy_prepare (OstreeSysroot *sysroot,
GCancellable *cancellable,
GError **error);
-gboolean
-ot_admin_complete_deploy_one (OstreeSysroot *sysroot,
- const char *osname,
- OstreeDeployment *new_deployment,
- OstreeDeployment *merge_deployment,
- gboolean opt_retain,
- GCancellable *cancellable,
- GError **error);
-
G_END_DECLS