From 72f2c4b2729b32cb48bdaed65df847622cb8c09f Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sat, 21 Nov 2015 18:31:39 +0900 Subject: [PATCH] Add nghttp2_session_check_server_session.rst to APIDOCS --- doc/Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/Makefile.am b/doc/Makefile.am index 7b6caaee..4a4c37ca 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -106,6 +106,7 @@ APIDOCS= \ nghttp2_session_mem_send.rst \ nghttp2_session_recv.rst \ nghttp2_session_check_request_allowed.rst \ + nghttp2_session_check_server_session.rst \ nghttp2_session_resume_data.rst \ nghttp2_session_send.rst \ nghttp2_session_server_new.rst \