diff options
Diffstat (limited to 'include/git2/common.h')
-rw-r--r-- | include/git2/common.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/git2/common.h b/include/git2/common.h index 1d2d3a3e9..2aae648fb 100644 --- a/include/git2/common.h +++ b/include/git2/common.h @@ -173,6 +173,9 @@ /** Streaming error */ #define GIT_ESTREAM (GIT_ERROR - 26) +/** invalid arguments to function */ +#define GIT_EINVALIDARGS (GIT_ERROR - 27) + GIT_BEGIN_DECL typedef struct { |