Added "extern" to nxt_http_fields_hash_proto to avoid link issues.

This commit is contained in:
Max Romanov
2019-09-09 17:39:24 +03:00
parent f10a8a03a1
commit 2a6af1d214

View File

@@ -113,7 +113,7 @@ nxt_int_t nxt_http_fields_process(nxt_list_t *fields, nxt_lvlhsh_t *hash,
void *ctx);
const nxt_lvlhsh_proto_t nxt_http_fields_hash_proto;
extern const nxt_lvlhsh_proto_t nxt_http_fields_hash_proto;
nxt_inline nxt_int_t
nxt_http_field_process(nxt_http_field_t *field, nxt_lvlhsh_t *hash, void *ctx)