diff options
Diffstat (limited to 'src/core/ngx_core.h')
| -rw-r--r-- | src/core/ngx_core.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/core/ngx_core.h b/src/core/ngx_core.h index 137e160d7..f3302c315 100644 --- a/src/core/ngx_core.h +++ b/src/core/ngx_core.h @@ -2,9 +2,10 @@ #define _NGX_CORE_H_INCLUDED_ -#define NGX_OK 0 -#define NGX_ERROR -1 -#define NGX_AGAIN -2 +#define NGX_OK 0 +#define NGX_ERROR -1 +#define NGX_AGAIN -2 +#define NGX_DECLINED -3 #endif /* _NGX_CORE_H_INCLUDED_ */ |
