nginx-quic/src/core/ngx_core.h

12 lines
207 B
C
Raw Normal View History

2002-08-22 11:24:03 -04:00
#ifndef _NGX_CORE_H_INCLUDED_
#define _NGX_CORE_H_INCLUDED_
2002-09-11 11:18:33 -04:00
#define NGX_OK 0
#define NGX_ERROR -1
#define NGX_AGAIN -2
#define NGX_DECLINED -3
2002-08-22 11:24:03 -04:00
#endif /* _NGX_CORE_H_INCLUDED_ */