]> git.ipfire.org Git - thirdparty/haproxy.git/commit
BUG/MINOR: xprt_qstrm: fix conflicting prototype
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Mon, 11 May 2026 08:27:20 +0000 (10:27 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Wed, 13 May 2026 14:11:50 +0000 (16:11 +0200)
commit7e2f0fa178e0c27da95f79aef8ecd2f33261bc90
tree5bb15e7c7e568e603fac578b031ba428874fb88e
parentb24260ec9449fca37d2507820bb11fe0fb25a3de
BUG/MINOR: xprt_qstrm: fix conflicting prototype

This patch adds the missing include of xprt_qstrm header into its
companion source file. This helped to detect an incoherence in the
xprt_qstrm_xfer_rxbuf() prototype which is now fixed.

Header files is also updated with mandatory include statements and
forward declaration.

No backport needed.
include/haproxy/xprt_qstrm.h
src/xprt_qstrm.c