]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
CLEANUP: conn-stream: Remove cs_applet_shut declaration from header file
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 11 May 2022 09:52:53 +0000 (11:52 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Tue, 17 May 2022 14:13:21 +0000 (16:13 +0200)
This function was renamed and moved in applet code. cs_applet_shut() does
not exist anymore. Its declaration must be removed.

include/haproxy/conn_stream.h

index 4a567a5dc8cec1cedb3ee87babfa3d03b7c2e91e..cfc8a492501b7ad7adfa789df5e178768439d326 100644 (file)
@@ -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)
 {