From: Stefan Eissing Date: Mon, 21 Mar 2016 08:59:46 +0000 (+0000) Subject: latest additions to netware build by NormW X-Git-Tag: 2.5.0-alpha~1856 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=74a8534d9e0f654628682a377de292ce775fd62c;p=thirdparty%2Fapache%2Fhttpd.git latest additions to netware build by NormW git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1735928 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/http2/NWGNUmod_http2 b/modules/http2/NWGNUmod_http2 index 2a8a0fbb494..da470ecdc0a 100644 --- a/modules/http2/NWGNUmod_http2 +++ b/modules/http2/NWGNUmod_http2 @@ -391,6 +391,7 @@ $(OBJDIR)/mod_http2.imp : NWGNUmod_http2 @echo $(DL) nghttp2_session_callbacks_set_send_callback,$(DL) >> $@ @echo $(DL) nghttp2_session_client_new2,$(DL) >> $@ @echo $(DL) nghttp2_session_consume,$(DL) >> $@ + @echo $(DL) nghttp2_session_consume_connection,$(DL) >> $@ @echo $(DL) nghttp2_session_del,$(DL) >> $@ @echo $(DL) nghttp2_session_get_remote_settings,$(DL) >> $@ @echo $(DL) nghttp2_session_get_stream_user_data,$(DL) >> $@