NeoMutt
2022-04-29-323-g5fcc6c
Teaching an old dog new tricks
DOXYGEN
zstrm.h
Go to the documentation of this file.
1
22
#ifndef MUTT_CONN_ZSTRM_H
23
#define MUTT_CONN_ZSTRM_H
24
25
struct
Connection
;
26
27
void
mutt_zstrm_wrap_conn
(
struct
Connection
*conn);
28
29
#endif
/* MUTT_CONN_ZSTRM_H */
Connection
Definition:
connection.h:49
mutt_zstrm_wrap_conn
void mutt_zstrm_wrap_conn(struct Connection *conn)
Wrap a compression layer around a Connection.
Definition:
zstrm.c:288