Deleted
Added
nxt_external.c (1488:6976d36be926) | nxt_external.c (1489:4a3ec07f4b19) |
---|---|
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 14 15nxt_app_module_t nxt_external_module = { 16 0, 17 NULL, 18 nxt_string("external"), 19 "*", 20 NULL, | 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 14 15nxt_app_module_t nxt_external_module = { 16 0, 17 NULL, 18 nxt_string("external"), 19 "*", 20 NULL, |
21 0, 22 NULL, |
|
21 nxt_external_start, 22}; 23 24 25extern char **environ; 26 27 28nxt_inline nxt_int_t --- 152 unchanged lines hidden --- | 23 nxt_external_start, 24}; 25 26 27extern char **environ; 28 29 30nxt_inline nxt_int_t --- 152 unchanged lines hidden --- |