summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtins.h
diff options
context:
space:
mode:
authorPhilip Withnall <withnall@endlessm.com>2017-09-15 16:05:12 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2017-09-27 14:44:00 +0000
commit9546e6795e8778f00d6df5dfbd3905754b3de05b (patch)
tree2b1f1778297afeff91948de2b042945347db50ab /src/ostree/ot-builtins.h
parentf923c2e1eaebe0c781f07d34ae1a03f94357bccd (diff)
downloadostree-9546e6795e8778f00d6df5dfbd3905754b3de05b.tar.gz
create-usb: Add a create-usb command to complement OstreeRepoFinderMount
This can be used to put OSTree repositories on USB sticks in a format recognised by OstreeRepoFinderMount. Signed-off-by: Philip Withnall <withnall@endlessm.com> Closes: #1182 Approved by: cgwalters
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 96a5929e..ccb47f60 100644
--- a/src/ostree/ot-builtins.h
+++ b/src/ostree/ot-builtins.h
@@ -39,6 +39,7 @@ BUILTINPROTO(diff);
BUILTINPROTO(export);
#ifdef OSTREE_ENABLE_EXPERIMENTAL_API
BUILTINPROTO(find_remotes);
+BUILTINPROTO(create_usb);
#endif
BUILTINPROTO(gpg_sign);
BUILTINPROTO(init);