]> git.ipfire.org Git - thirdparty/git.git/blobdiff - notes.h
The 19th batch
[thirdparty/git.git] / notes.h
diff --git a/notes.h b/notes.h
index 064fd7143aad33424714de671f08238bdd463190..235216944bcb4b5f01a4d626df704551fcd4d333 100644 (file)
--- a/notes.h
+++ b/notes.h
@@ -275,6 +275,11 @@ struct display_notes_opt {
  */
 void init_display_notes(struct display_notes_opt *opt);
 
+/*
+ * Release resources acquired by the display_notes_opt.
+ */
+void release_display_notes(struct display_notes_opt *opt);
+
 /*
  * This family of functions enables or disables the display of notes. In
  * particular, 'enable_default_display_notes' will display the default notes,