summaryrefslogtreecommitdiff
path: root/include/git2/errors.h
diff options
context:
space:
mode:
authorVicent Martí <vicent@github.com>2013-09-17 03:40:50 -0700
committerVicent Martí <vicent@github.com>2013-09-17 03:40:50 -0700
commit38fba8371e4c6c0042645a8bf2ba4aa2f2cdf730 (patch)
tree4bd40b5a8b649beae73da9fc94a7c0ee73390c82 /include/git2/errors.h
parentc62b5ca590fb2f1743f43439b04159b168a36dda (diff)
parenteec4dcc34b511606ae9386baa3831f3a624c6fde (diff)
downloadlibgit2-38fba8371e4c6c0042645a8bf2ba4aa2f2cdf730.tar.gz
Merge pull request #1851 from tiennou/libssh2-errors
Provide 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;
/**