summaryrefslogtreecommitdiff
path: root/src/ostree/ot-admin-builtins.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-12-09 17:01:51 -0500
committerColin Walters <walters@verbum.org>2012-12-09 17:01:51 -0500
commitb637ea7674c8724c24a412ce3b29a770e3bee564 (patch)
tree692eb84847e6d2cf2645546e4f6f2ad9847bd650 /src/ostree/ot-admin-builtins.h
parenta2acaedfdc7bbbaa57ad5f7bfd3e88ff4dfef828 (diff)
downloadostree-b637ea7674c8724c24a412ce3b29a770e3bee564.tar.gz
admin init-fs: New builtin
Should be used when initializing a new root filesystem for a "pure OSTree" system; for example, what "ostbuild privhelper-deploy-qemu" does when creating a filesystem image loopback.
Diffstat (limited to 'src/ostree/ot-admin-builtins.h')
-rw-r--r--src/ostree/ot-admin-builtins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ostree/ot-admin-builtins.h b/src/ostree/ot-admin-builtins.h
index 743c4c67..6994c96f 100644
--- a/src/ostree/ot-admin-builtins.h
+++ b/src/ostree/ot-admin-builtins.h
@@ -28,6 +28,7 @@
G_BEGIN_DECLS
gboolean ot_admin_builtin_init (int argc, char **argv, GFile *ostree_dir, GError **error);
+gboolean ot_admin_builtin_init_fs (int argc, char **argv, GFile *ostree_dir, GError **error);
gboolean ot_admin_builtin_deploy (int argc, char **argv, GFile *ostree_dir, GError **error);
gboolean ot_admin_builtin_prune (int argc, char **argv, GFile *ostree_dir, GError **error);
gboolean ot_admin_builtin_pull_deploy (int argc, char **argv, GFile *ostree_dir, GError **error);