summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/nxt_application.h2
-rw-r--r--src/nxt_work_queue.h2
2 files changed, 2 insertions, 2 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;
diff --git a/src/nxt_work_queue.h b/src/nxt_work_queue.h
index 9694bfd2..05e222dd 100644
--- a/src/nxt_work_queue.h
+++ b/src/nxt_work_queue.h
@@ -32,7 +32,7 @@ struct nxt_task_s {
* source filters, so the data argument has been introduced and
* is used where appropriate.
*/
-typedef void (*nxt_work_handler_t)(nxt_task_t *task, void *obj, void *data);
+//typedef void (*nxt_work_handler_t)(nxt_task_t *task, void *obj, void *data);
struct nxt_work_s {