summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtins.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-03-05 11:32:48 -0500
committerColin Walters <walters@verbum.org>2012-03-06 11:59:06 -0500
commiteb7c3d01a30b3e6f7a2ba9bae30a796480bed891 (patch)
treebd4cc493e2d57aa7198fa56d1d49d0680d4408f0 /src/ostree/ot-builtins.h
parent9dc86d0f5e8ac5d48065b13db205aa8110dbb39f (diff)
downloadostree-eb7c3d01a30b3e6f7a2ba9bae30a796480bed891.tar.gz
core: Add 'cat' builtin
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 f35b7e27..befd2037 100644
--- a/src/ostree/ot-builtins.h
+++ b/src/ostree/ot-builtins.h
@@ -27,6 +27,7 @@
G_BEGIN_DECLS
+gboolean ostree_builtin_cat (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);