From b0235fc2cc2d00a551db8cba9d8f4676f5ac9635 Mon Sep 17 00:00:00 2001 From: Eduardo Silva Date: Thu, 4 Jul 2024 18:36:12 -0600 Subject: [PATCH] lib: nghttp2: trying again Signed-off-by: Eduardo Silva --- lib/nghttp2-1.62.1/lib/includes/nghttp2/nghttp2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/nghttp2-1.62.1/lib/includes/nghttp2/nghttp2.h b/lib/nghttp2-1.62.1/lib/includes/nghttp2/nghttp2.h index 92c3ccc6e48..cc402af7b30 100644 --- a/lib/nghttp2-1.62.1/lib/includes/nghttp2/nghttp2.h +++ b/lib/nghttp2-1.62.1/lib/includes/nghttp2/nghttp2.h @@ -972,7 +972,7 @@ typedef enum { * Returning :enum:`nghttp2_error.NGHTTP2_ERR_CALLBACK_FAILURE` will * signal the entire session failure. */ -typedef ssize_t (*nghttp2_data_source_read_callback)( +typedef nghttp2_ssize (*nghttp2_data_source_read_callback)( nghttp2_session *session, int32_t stream_id, uint8_t *buf, size_t length, uint32_t *data_flags, nghttp2_data_source *source, void *user_data);