From d568d5856bcc4f283ae1dda0e27d680ee22fb067 Mon Sep 17 00:00:00 2001 From: "Kirill A. Shutemov" Date: Tue, 30 Aug 2011 23:55:22 +0300 Subject: CMakefile: add -Wmissing-prototypes and fix warnings Signed-off-by: Kirill A. Shutemov --- src/commit.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/commit.h') diff --git a/src/commit.h b/src/commit.h index ff2f28248..6d1caeeeb 100644 --- a/src/commit.h +++ b/src/commit.h @@ -24,4 +24,5 @@ struct git_commit { void git_commit__free(git_commit *c); int git_commit__parse(git_commit *commit, git_odb_object *obj); +int git_commit__parse_buffer(git_commit *commit, const void *data, size_t len); #endif -- cgit v1.2.1