summaryrefslogtreecommitdiff
path: root/cgit.h
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-08-24 04:58:30 +0000
committerFreya Murphy <freya@freyacat.org>2025-08-24 05:00:41 +0000
commit8335a28b13084a672d804a2f6701e3178785be0c (patch)
tree2393b79db475b988b2418e761a1b9dbdde4d504f /cgit.h
parentadd more meta tags to the header (diff)
downloadcgit-8335a28b13084a672d804a2f6701e3178785be0c.tar.gz
cgit-8335a28b13084a672d804a2f6701e3178785be0c.tar.bz2
cgit-8335a28b13084a672d804a2f6701e3178785be0c.zip
git: update to v2.51.0
Diffstat (limited to '')
-rw-r--r--cgit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cgit.h b/cgit.h
index e0d286d..40f64a0 100644
--- a/cgit.h
+++ b/cgit.h
@@ -17,7 +17,7 @@
#include <notes.h>
#include <object.h>
#include <object-name.h>
-#include <object-store.h>
+#include <odb.h>
#include <path.h>
#include <refs.h>
#include <revision.h>
@@ -346,7 +346,7 @@ extern void strbuf_ensure_end(struct strbuf *sb, char c);
extern void cgit_add_ref(struct reflist *list, struct refinfo *ref);
extern void cgit_free_reflist_inner(struct reflist *list);
-extern int cgit_refs_cb(const char *refname, const struct object_id *oid,
+extern int cgit_refs_cb(const char *refname, const char *referent, const struct object_id *oid,
int flags, void *cb_data);
extern void cgit_free_commitinfo(struct commitinfo *info);