summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-remote.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-07-16 18:13:39 -0400
committerColin Walters <walters@verbum.org>2013-07-16 18:13:39 -0400
commitaac52cb9f767d58fd04f9198971eb1f2b8e81bbc (patch)
treef7c624dc6195e26c35ce22a025927489306b6c6f /src/ostree/ot-builtin-remote.c
parent272274f0afdd7c470956a09565918efb6af13bce (diff)
downloadostree-aac52cb9f767d58fd04f9198971eb1f2b8e81bbc.tar.gz
main: Move GCancellable to toplevel
This is just cleaner, and makes the builtins slightly more of a library, which in turn makes it easier to turn them into real API.
Diffstat (limited to 'src/ostree/ot-builtin-remote.c')
-rw-r--r--src/ostree/ot-builtin-remote.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-remote.c b/src/ostree/ot-builtin-remote.c
index 16ecbea1..5a9964a2 100644
--- a/src/ostree/ot-builtin-remote.c
+++ b/src/ostree/ot-builtin-remote.c
@@ -40,7 +40,7 @@ usage_error (GOptionContext *context, const char *message, GError **error)
}
gboolean
-ostree_builtin_remote (int argc, char **argv, GFile *repo_path, GError **error)
+ostree_builtin_remote (int argc, char **argv, GFile *repo_path, GCancellable *cancellable, GError **error)
{
GOptionContext *context;
gboolean ret = FALSE;