[njs] Added missing "static" to njs_object_property_query() declaration.
Valentin Bartenev
vbart at nginx.com
Mon May 6 08:32:13 UTC 2019
details: https://hg.nginx.org/njs/rev/f3b145f3ca34
branches:
changeset: 947:f3b145f3ca34
user: Valentin Bartenev <vbart at nginx.com>
date: Mon May 06 05:07:51 2019 +0300
description:
Added missing "static" to njs_object_property_query() declaration.
diffstat:
njs/njs_object.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 274d33eeb57d -r f3b145f3ca34 njs/njs_object.c
--- a/njs/njs_object.c Mon May 06 00:27:22 2019 +0300
+++ b/njs/njs_object.c Mon May 06 05:07:51 2019 +0300
@@ -417,7 +417,7 @@ njs_property_query(njs_vm_t *vm, njs_pro
}
-njs_ret_t
+static njs_ret_t
njs_object_property_query(njs_vm_t *vm, njs_property_query_t *pq,
njs_object_t *object, const njs_value_t *property)
{
More information about the nginx-devel
mailing list