NeoMutt
2024-10-02-37-gfa9146
Teaching an old dog new tricks
DOXYGEN
Loading...
Searching...
No Matches
zstrm.h
Go to the documentation of this file.
1
23
#ifndef MUTT_CONN_ZSTRM_H
24
#define MUTT_CONN_ZSTRM_H
25
26
struct
Connection
;
27
28
void
mutt_zstrm_wrap_conn
(
struct
Connection
*conn);
29
30
#endif
/* MUTT_CONN_ZSTRM_H */
Connection
Definition:
connection.h:48
mutt_zstrm_wrap_conn
void mutt_zstrm_wrap_conn(struct Connection *conn)
Wrap a compression layer around a Connection.
Definition:
zstrm.c:291