mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-25 19:00:48 -05:00
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.
This commit is contained in:
parent
9bf3a1f67e
commit
ef5e1bb4cf
1 changed files with 0 additions and 2 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue