summaryrefslogtreecommitdiffhomepage
path: root/src/nxt_runtime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nxt_runtime.h')
-rw-r--r--src/nxt_runtime.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h
index d7fe2f38..687914f0 100644
--- a/src/nxt_runtime.h
+++ b/src/nxt_runtime.h
@@ -138,6 +138,9 @@ void nxt_cdecl nxt_log_time_handler(nxt_uint_t level, nxt_log_t *log,
void nxt_stream_connection_init(nxt_task_t *task, void *obj, void *data);
nxt_int_t nxt_http_register_variables(void);
+#if (NXT_HAVE_NJS)
+void nxt_http_register_js_proto(nxt_js_conf_t *jcf);
+#endif
#define nxt_runtime_process_each(rt, process) \