From b008a9f667dfbe92c7275adec7d9b9d6b05c3ec8 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 10:51:45 +0200 Subject: Adding upstream version 1.60.0. Signed-off-by: Daniel Baumann --- doc/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/README.rst') diff --git a/doc/README.rst b/doc/README.rst index 549e550..7d4809c 100644 --- a/doc/README.rst +++ b/doc/README.rst @@ -68,7 +68,7 @@ The example follows:: * Callback function invoked when |session| wants to send data to * remote peer. */ - typedef ssize_t (*nghttp2_send_callback) + typedef nghttp2_ssize (*nghttp2_send_callback2) (nghttp2_session *session, const uint8_t *data, size_t length, int flags, void *user_data); -- cgit v1.2.3