diff options
Diffstat (limited to 'src/commit.h')
-rw-r--r-- | src/commit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/commit.h b/src/commit.h index 7ab2d5413..3a6b70664 100644 --- a/src/commit.h +++ b/src/commit.h @@ -30,6 +30,8 @@ int git_commit__parse_oid(git_oid *oid, char **buffer_out, const char *buffer_en int git_commit__parse_buffer(git_commit *commit, void *data, size_t len); int git_commit__parse_time(time_t *commit_time, char *buffer, const char *buffer_end); +int git_commit_parse_existing(git_commit *commit); + void git_commit_list_insert(git_commit_list **list, git_commit *commit); #endif |