Welcome! Log In Create A New Profile

Advanced

[njs] Added missing "static" to njs_object_property_query() declaration.

Valentin Bartenev
May 06, 2019 04:34AM
details: https://hg.nginx.org/njs/rev/f3b145f3ca34
branches:
changeset: 947:f3b145f3ca34
user: Valentin Bartenev <vbart@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)
{
_______________________________________________
nginx-devel mailing list
nginx-devel@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
Subject Author Views Posted

[njs] Added missing "static" to njs_object_property_query() declaration.

Valentin Bartenev 301 May 06, 2019 04:34AM



Sorry, you do not have permission to post/reply in this forum.

Online Users

Guests: 298
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready