nxt_external.c (804:fe8d2dea28dd) nxt_external.c (977:4f9268f27b57)
1
2/*
3 * Copyright (C) Max Romanov
4 * Copyright (C) NGINX, Inc.
5 */
6
7#include <nxt_main.h>
8#include <nxt_router.h>

--- 4 unchanged lines hidden (view full) ---

13 nxt_common_app_conf_t *conf);
14
15
16nxt_app_module_t nxt_external_module = {
17 0,
18 NULL,
19 nxt_string("external"),
20 "*",
1
2/*
3 * Copyright (C) Max Romanov
4 * Copyright (C) NGINX, Inc.
5 */
6
7#include <nxt_main.h>
8#include <nxt_router.h>

--- 4 unchanged lines hidden (view full) ---

13 nxt_common_app_conf_t *conf);
14
15
16nxt_app_module_t nxt_external_module = {
17 0,
18 NULL,
19 nxt_string("external"),
20 "*",
21 NULL,
21 nxt_external_init,
22};
23
24
25extern char **environ;
26
27
28nxt_inline nxt_int_t

--- 150 unchanged lines hidden ---
22 nxt_external_init,
23};
24
25
26extern char **environ;
27
28
29nxt_inline nxt_int_t

--- 150 unchanged lines hidden ---