summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCarlos Martín Nieto <carlos@cmartin.tk>2012-03-06 08:12:35 +0100
committerVicent Martí <tanoku@gmail.com>2012-04-11 19:16:10 +0200
commit4376f7f6f4a46ecbcc0136948b68782956cd3c45 (patch)
tree5602f22c16706e591efa7585f369bf8b433f5496 /include
parentd4d648b042b726a03611063212069adb061e863e (diff)
downloadlibgit2-4376f7f6f4a46ecbcc0136948b68782956cd3c45.tar.gz
error-handling: remote, transport
Diffstat (limited to 'include')
-rw-r--r--include/git2/errors.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/errors.h b/include/git2/errors.h
index 712d611ac..325d0a615 100644
--- a/include/git2/errors.h
+++ b/include/git2/errors.h
@@ -131,7 +131,8 @@ typedef enum {
GITERR_REGEX,
GITERR_ODB,
GITERR_INDEX,
- GITERR_OBJECT
+ GITERR_OBJECT,
+ GITERR_NET,
} git_error_class;
/**