summaryrefslogtreecommitdiff
path: root/src/ostree/ot-remote-builtins.h
diff options
context:
space:
mode:
authorSjoerd Simons <sjoerd@luon.net>2016-10-17 22:14:14 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2016-11-05 17:34:09 +0000
commit6b467b9dbcb71759e70c79a246dc5e9a80e1b076 (patch)
tree7455df49b8dfaa83c315b6c49854534ef467b71c /src/ostree/ot-remote-builtins.h
parent96356aa1927b68ff6f887cd93c6dd67a18fc3063 (diff)
downloadostree-6b467b9dbcb71759e70c79a246dc5e9a80e1b076.tar.gz
remote: Add command to list cookies
Closes: #531 Approved by: cgwalters
Diffstat (limited to 'src/ostree/ot-remote-builtins.h')
-rw-r--r--src/ostree/ot-remote-builtins.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ostree/ot-remote-builtins.h b/src/ostree/ot-remote-builtins.h
index 0e65092f..a725752c 100644
--- a/src/ostree/ot-remote-builtins.h
+++ b/src/ostree/ot-remote-builtins.h
@@ -28,6 +28,7 @@ gboolean ot_remote_builtin_add (int argc, char **argv, GCancellable *cancellable
gboolean ot_remote_builtin_delete (int argc, char **argv, GCancellable *cancellable, GError **error);
gboolean ot_remote_builtin_gpg_import (int argc, char **argv, GCancellable *cancellable, GError **error);
gboolean ot_remote_builtin_list (int argc, char **argv, GCancellable *cancellable, GError **error);
+gboolean ot_remote_builtin_list_cookies (int argc, char **argv, GCancellable *cancellable, GError **error);
gboolean ot_remote_builtin_show_url (int argc, char **argv, GCancellable *cancellable, GError **error);
gboolean ot_remote_builtin_refs (int argc, char **argv, GCancellable *cancellable, GError **error);
gboolean ot_remote_builtin_summary (int argc, char **argv, GCancellable *cancellable, GError **error);