diff options
Diffstat (limited to 'include/errors.h')
-rw-r--r-- | include/errors.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/errors.h b/include/errors.h index af78b9d3e..aca224c80 100644 --- a/include/errors.h +++ b/include/errors.h @@ -67,6 +67,7 @@ #define G10ERR_INV_ARG 45 #define G10ERR_BAD_URI 46 /* syntax error in URI */ #define G10ERR_INVALID_URI 47 /* e.g. unsupported scheme */ +#define G10ERR_NETWORK 48 /* general network error */ #ifndef HAVE_STRERROR |