1#ifndef NOTES_H2#define NOTES_H34/* Free (and de-initialize) the internal notes tree structure */5void free_notes(void);67#define NOTES_SHOW_HEADER 18#define NOTES_INDENT 2910void get_commit_notes(const struct commit *commit, struct strbuf *sb,11const char *output_encoding, int flags);1213#endif