diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-11 09:50:05 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2023-11-11 10:05:04 +0300 |
commit | 154c603a2ef249ddb80e5905ffd4ac35c9747d63 (patch) | |
tree | f57d45085c40b19ddc4df4be93a38f88d674a87a /contrib/libs/nghttp2/lib/nghttp2_map.h | |
parent | c9eb66546bc5c72ff6a4424f5c73ada67d0aeaa8 (diff) | |
download | ydb-154c603a2ef249ddb80e5905ffd4ac35c9747d63.tar.gz |
Update contrib/libs/nghttp2 to 1.58.0
Diffstat (limited to 'contrib/libs/nghttp2/lib/nghttp2_map.h')
-rw-r--r-- | contrib/libs/nghttp2/lib/nghttp2_map.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/contrib/libs/nghttp2/lib/nghttp2_map.h b/contrib/libs/nghttp2/lib/nghttp2_map.h index d90245aab7..236d28296e 100644 --- a/contrib/libs/nghttp2/lib/nghttp2_map.h +++ b/contrib/libs/nghttp2/lib/nghttp2_map.h @@ -131,6 +131,8 @@ size_t nghttp2_map_size(nghttp2_map *map); int nghttp2_map_each(nghttp2_map *map, int (*func)(void *data, void *ptr), void *ptr); +#ifndef WIN32 void nghttp2_map_print_distance(nghttp2_map *map); +#endif /* !WIN32 */ #endif /* NGHTTP2_MAP_H */ |