From: Christopher Faulet Date: Wed, 11 May 2022 09:52:53 +0000 (+0200) Subject: CLEANUP: conn-stream: Remove cs_applet_shut declaration from header file X-Git-Tag: v2.6-dev11~93 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ef5e1bb4cfaea8cb3c0c844f821f273bb10bf18d;p=thirdparty%2Fhaproxy.git CLEANUP: conn-stream: Remove cs_applet_shut declaration from header file This function was renamed and moved in applet code. cs_applet_shut() does not exist anymore. Its declaration must be removed. --- diff --git a/include/haproxy/conn_stream.h b/include/haproxy/conn_stream.h index 4a567a5dc8..cfc8a49250 100644 --- a/include/haproxy/conn_stream.h +++ b/include/haproxy/conn_stream.h @@ -50,8 +50,6 @@ void cs_destroy(struct conn_stream *cs); int cs_reset_endp(struct conn_stream *cs); struct appctx *cs_applet_create(struct conn_stream *cs, struct applet *app); -void cs_applet_shut(struct conn_stream *cs); - /* Returns the endpoint target without any control */ static inline void *__cs_endp_target(const struct conn_stream *cs) {