Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicent Marti <tanoku@gmail.com>2010-05-28 03:48:59 +0400
committerAndreas Ericsson <ae@op5.se>2010-06-02 12:32:07 +0400
commit6bb7aa1318f7f31a346c71ef81d2b33c6fd41600 (patch)
tree6fdccd49f442a7204399ca9b418f017322dbded8 /src/revwalk.h
parent0daa6cdcad92746551f78edfa93be0bc188d4f4a (diff)
Added new error codes. Improved error handling.
Signed-off-by: Vicent Marti <tanoku@gmail.com> Signed-off-by: Andreas Ericsson <ae@op5.se>
Diffstat (limited to 'src/revwalk.h')
-rw-r--r--src/revwalk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/revwalk.h b/src/revwalk.h
index bff873e98..8929a79ac 100644
--- a/src/revwalk.h
+++ b/src/revwalk.h
@@ -18,6 +18,6 @@ struct git_revpool {
};
void gitrp__prepare_walk(git_revpool *pool);
-void gitrp__enroot(git_revpool *pool, git_commit *commit);
+int gitrp__enroot(git_revpool *pool, git_commit *commit);
#endif /* INCLUDE_revwalk_h__ */