Add '%N'-format for pretty-printing commit notes
[gitweb.git] / notes.h
diff --git a/notes.h b/notes.h
index 79d21b65f56d2374aed14e58810d1b7c58fafb8a..7f3eed4384208a6cff16aac08d64a9dfb2dafe57 100644 (file)
--- a/notes.h
+++ b/notes.h
@@ -1,7 +1,10 @@
 #ifndef NOTES_H
 #define NOTES_H
 
+#define NOTES_SHOW_HEADER 1
+#define NOTES_INDENT 2
+
 void get_commit_notes(const struct commit *commit, struct strbuf *sb,
-               const char *output_encoding);
+               const char *output_encoding, int flags);
 
 #endif