summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtins.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-04-16 21:21:50 -0400
committerColin Walters <walters@verbum.org>2012-04-18 23:12:34 -0400
commit5947b5b1453e2514e4c483b836e872c585cb816c (patch)
treeef2a179a3d8004541c04a0e204d2bf788e68cfc0 /src/ostree/ot-builtins.h
parent2ecc0cdef141a760a3b744fa884f7fc52b86e53d (diff)
downloadostree-5947b5b1453e2514e4c483b836e872c585cb816c.tar.gz
core: Add ability for repositories to have a "parent"
This will be useful for ostbuild; a user can create their own archive mode repository which transparently inherits objects from the root-owned one in /ostree.
Diffstat (limited to 'src/ostree/ot-builtins.h')
-rw-r--r--src/ostree/ot-builtins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ostree/ot-builtins.h b/src/ostree/ot-builtins.h
index 4cb675cf..a0e5dd8c 100644
--- a/src/ostree/ot-builtins.h
+++ b/src/ostree/ot-builtins.h
@@ -28,6 +28,7 @@
G_BEGIN_DECLS
gboolean ostree_builtin_cat (int argc, char **argv, GFile *repo_path, GError **error);
+gboolean ostree_builtin_config (int argc, char **argv, GFile *repo_path, GError **error);
gboolean ostree_builtin_checkout (int argc, char **argv, GFile *repo_path, GError **error);
gboolean ostree_builtin_checksum (int argc, char **argv, GFile *repo_path, GError **error);
gboolean ostree_builtin_commit (int argc, char **argv, GFile *repo_path, GError **error);