CLEANUP: stconn: Remove usless sc_new_from_haterm() declaration

This function does not exist. Let's remove its declaration.
This commit is contained in:
Christopher Faulet 2026-03-30 15:23:47 +02:00
parent 08cc37a554
commit d4eee1f206

View file

@ -46,7 +46,6 @@ void se_shutdown(struct sedesc *sedesc, enum se_shut_mode mode);
struct stconn *sc_new_from_endp(struct sedesc *sedesc, struct session *sess, struct buffer *input);
struct stconn *sc_new_from_strm(struct stream *strm, unsigned int flags);
struct stconn *sc_new_from_check(struct check *check, unsigned int flags);
struct stconn *sc_new_from_haterm(struct sedesc *sd, struct session *sess, struct buffer *input);
void sc_free(struct stconn *sc);
int sc_attach_mux(struct stconn *sc, void *target, void *ctx);