summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtins.h
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2012-09-08 18:46:50 -0400
committerColin Walters <walters@verbum.org>2012-09-08 19:34:10 -0400
commitfa5485c6c4e77a0d161a502d3efb806d6d803f19 (patch)
treed1fa0ddfdaeb8f946f937de8bb374c26dba28217 /src/ostree/ot-builtins.h
parent2ddbeb1f7159f87b62bc46664ddca55a63319b75 (diff)
downloadostree-fa5485c6c4e77a0d161a502d3efb806d6d803f19.tar.gz
Move "ostadmin" => "ostree admin"
This helps us avoid polluting the global binary namespace.
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 b380190c..aa7a645d 100644
--- a/src/ostree/ot-builtins.h
+++ b/src/ostree/ot-builtins.h
@@ -27,6 +27,7 @@
G_BEGIN_DECLS
+gboolean ostree_builtin_admin (int argc, char **argv, GFile *repo_path, GError **error);
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);