From 1dd3564d1527c5e813a085689b65cbb686f24882 Mon Sep 17 00:00:00 2001 From: Gabi Davar Date: Sun, 5 Jul 2015 18:01:13 +0300 Subject: [PATCH] one more. --- lib/nghttp2_hd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2_hd.c b/lib/nghttp2_hd.c index edf9ecee..83191211 100644 --- a/lib/nghttp2_hd.c +++ b/lib/nghttp2_hd.c @@ -1274,7 +1274,7 @@ static size_t get_max_index(nghttp2_hd_context *context) { return context->hd_table.len + NGHTTP2_STATIC_TABLE_LENGTH - 1; } -NGHTTP2_EXTERN nghttp2_hd_entry *nghttp2_hd_table_get(nghttp2_hd_context *context, +nghttp2_hd_entry *nghttp2_hd_table_get(nghttp2_hd_context *context, size_t idx) { assert(INDEX_RANGE_VALID(context, idx)); if (idx >= NGHTTP2_STATIC_TABLE_LENGTH) {