8 lines
143 B
C
8 lines
143 B
C
|
#ifndef NOTES_H
|
||
|
#define NOTES_H
|
||
|
|
||
|
void get_commit_notes(const struct commit *commit, struct strbuf *sb,
|
||
|
const char *output_encoding);
|
||
|
|
||
|
#endif
|