diff options
Diffstat (limited to 'src/njs_module.h')
-rw-r--r-- | src/njs_module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/njs_module.h b/src/njs_module.h index 23853ad0..4510a9b0 100644 --- a/src/njs_module.h +++ b/src/njs_module.h @@ -23,8 +23,8 @@ njs_int_t njs_module_require(njs_vm_t *vm, njs_value_t *args, njs_uint_t nargs, njs_index_t unused, njs_value_t *retval); -extern njs_module_t *njs_modules[]; -extern const njs_lvlhsh_proto_t njs_modules_hash_proto; +extern njs_module_t *njs_modules[]; +extern const njs_flathsh_proto_t njs_modules_hash_proto; #endif /* _NJS_MODULE_H_INCLUDED_ */ |