summaryrefslogtreecommitdiff
path: root/src/ostree/ot-remote-builtins.h
diff options
context:
space:
mode:
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 b7974a4c..0e65092f 100644
--- a/src/ostree/ot-remote-builtins.h
+++ b/src/ostree/ot-remote-builtins.h
@@ -30,5 +30,6 @@ gboolean ot_remote_builtin_gpg_import (int argc, char **argv, GCancellable *canc
gboolean ot_remote_builtin_list (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);
G_END_DECLS