38a39 > static napi_value _read(napi_env env, napi_callback_info info); 39a41,42 > static int add_port(nxt_unit_ctx_t *ctx, nxt_unit_port_t *port); > static void remove_port(nxt_unit_ctx_t *ctx, nxt_unit_port_id_t *port_id); 43,45d45 < napi_value emit(napi_value obj, const char *name, size_t name_len, < size_t argc, napi_value *argv); < 55,56d54 < void emit_post_data(napi_value request, nxt_unit_request_info_t *req); <