summaryrefslogtreecommitdiff
path: root/src/ostree/ot-remote-builtin-delete-cookie.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ostree/ot-remote-builtin-delete-cookie.c')
-rw-r--r--src/ostree/ot-remote-builtin-delete-cookie.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ostree/ot-remote-builtin-delete-cookie.c b/src/ostree/ot-remote-builtin-delete-cookie.c
index 17f356a1..726f3ab6 100644
--- a/src/ostree/ot-remote-builtin-delete-cookie.c
+++ b/src/ostree/ot-remote-builtin-delete-cookie.c
@@ -38,13 +38,13 @@ static GOptionEntry option_entries[] = {
};
gboolean
-ot_remote_builtin_delete_cookie (int argc, char **argv, GCancellable *cancellable, GError **error)
+ot_remote_builtin_delete_cookie (int argc, char **argv, OstreeCommandInvocation *invocation, GCancellable *cancellable, GError **error)
{
g_autoptr(OstreeRepo) repo = NULL;
g_autoptr(GOptionContext) context = g_option_context_new ("NAME DOMAIN PATH COOKIE_NAME- Remove one cookie from remote");
if (!ostree_option_context_parse (context, option_entries, &argc, &argv,
- OSTREE_BUILTIN_FLAG_NONE, &repo, cancellable, error))
+ invocation, &repo, cancellable, error))
return FALSE;
if (argc < 5)