Provide 'git notes get-ref' to easily retrieve current notes ref
[gitweb.git] / builtin.h
index ed6ee26933430e1db4e29e62badfaf0b217935ad..908d85064db32fa80e2b63e222ff0316088c3223 100644 (file)
--- a/builtin.h
+++ b/builtin.h
@@ -17,7 +17,7 @@ extern void prune_packed_objects(int);
 extern int fmt_merge_msg(int merge_summary, struct strbuf *in,
        struct strbuf *out);
 extern int fmt_merge_msg_shortlog(struct strbuf *in, struct strbuf *out);
-extern int commit_notes(struct notes_tree *t, const char *msg);
+extern void commit_notes(struct notes_tree *t, const char *msg);
 
 struct notes_rewrite_cfg {
        struct notes_tree **trees;