summaryrefslogtreecommitdiff
path: root/src/node_internals.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_internals.h')
-rw-r--r--src/node_internals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/node_internals.h b/src/node_internals.h
index 1d43d4b141..9c0b8ac3a7 100644
--- a/src/node_internals.h
+++ b/src/node_internals.h
@@ -697,8 +697,8 @@ static inline const char* errno_string(int errorno) {
extern double prog_start_time;
-extern const char* llhttp_version;
-extern const char* http_parser_version;
+extern const char* const llhttp_version;
+extern const char* const http_parser_version;
void Abort(const v8::FunctionCallbackInfo<v8::Value>& args);
void Chdir(const v8::FunctionCallbackInfo<v8::Value>& args);