NeoMutt  2024-04-16-36-g75b6fb
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
26struct Connection;
27
28void mutt_zstrm_wrap_conn(struct Connection *conn);
29
30#endif /* MUTT_CONN_ZSTRM_H */
void mutt_zstrm_wrap_conn(struct Connection *conn)
Wrap a compression layer around a Connection.
Definition: zstrm.c:291