summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_application.h
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2017-07-18 18:04:17 +0300
committerIgor Sysoev <igor@sysoev.ru>2017-07-18 18:04:17 +0300
commit9183ea3f710fe04bbeabed941061cce503eb6968 (patch)
tree9d4d182be04aabec11b5cdd700a5ee13b63754ab /src/nxt_application.h
parent9d707800b0c7090424ae6426423041e8755623ce (diff)
downloadunit-9183ea3f710fe04bbeabed941061cce503eb6968.tar.gz
unit-9183ea3f710fe04bbeabed941061cce503eb6968.tar.bz2
Fixed building by Clang.
Diffstat (limited to 'src/nxt_application.h')
-rw-r--r--src/nxt_application.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_application.h b/src/nxt_application.h
index 460ef8ce..73370806 100644
--- a/src/nxt_application.h
+++ b/src/nxt_application.h
@@ -100,7 +100,7 @@ typedef struct {
} nxt_app_request_t;
-typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t;
+//typedef struct nxt_app_parse_ctx_s nxt_app_parse_ctx_t;
struct nxt_app_parse_ctx_s {
nxt_app_request_t r;