These were strangely committed together with commit
e4cb0ad632 ("MINOR:
mux-h2/traces: add buffer-related info to h2s and h2c").
static int h2_dump_h2s_info(struct buffer *msg, const struct h2s *h2s, const char *pfx);
static inline struct buffer *h2s_rxbuf_head(const struct h2s *h2s);
static inline struct buffer *h2s_rxbuf_tail(const struct h2s *h2s);
-static inline struct buffer *h2s_rxbuf_head(const struct h2s *h2s);
-static inline struct buffer *h2s_rxbuf_tail(const struct h2s *h2s);
/* returns the stconn associated to the H2 stream */
static forceinline struct stconn *h2s_sc(const struct h2s *h2s)