mirror of
https://github.com/git/git.git
synced 2024-11-07 17:53:12 +01:00
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
|