notes: convert format_display_notes to struct object_id
[gitweb.git] / notes.h
diff --git a/notes.h b/notes.h
index c72bb971060bc27965e0dd4ad859e7c768d6222e..a66532103c4ff2224a1f6ab3bf26bf6c365197d0 100644 (file)
--- a/notes.h
+++ b/notes.h
@@ -277,7 +277,7 @@ void init_display_notes(struct display_notes_opt *opt);
  *
  * You *must* call init_display_notes() before using this function.
  */
-void format_display_notes(const unsigned char *object_sha1,
+void format_display_notes(const struct object_id *object_oid,
                          struct strbuf *sb, const char *output_encoding, int raw);
 
 /*