1#ifndef NOTES_H 2#define NOTES_H 3 4void get_commit_notes(const struct commit *commit, struct strbuf *sb, 5 const char *output_encoding); 6 7#endif
#ifndef NOTES_H
#define NOTES_H
void get_commit_notes(const struct commit *commit, struct strbuf *sb,
const char *output_encoding);
#endif