summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorEtienne Samson <tiennou7@gmail.com>2013-08-09 13:14:06 +0200
committerEtienne Samson <tiennou7@gmail.com>2013-09-16 23:07:19 +0200
commitb622aabec0d8cf659f9a1f458f728f76e4090a81 (patch)
treef4ddf683bf1125541bde386c19b3e70645570c8c /include/git2/errors.h
parent8821c9aa5baf31e21c21825e8c91c765e6631e7f (diff)
downloadlibgit2-b622aabec0d8cf659f9a1f458f728f76e4090a81.tar.gz
Add a wrapper to provide the libssh2 error message
Diffstat (limited to 'include/git2/errors.h')
-rw-r--r--include/git2/errors.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 0f0bddf07..6b47e00e8 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -67,6 +67,7 @@ typedef enum {
GITERR_CHECKOUT,
GITERR_FETCHHEAD,
GITERR_MERGE,
+ GITERR_SSH,
} git_error_t;
/**