various fixes and simplifications wrt openssl.h
[apps/madmutt.git] / lib-sys / mutt_tunnel.h
1 /*
2  * Copyright notice from original mutt:
3  * [none]
4  *
5  * This file is part of mutt-ng, see http://www.muttng.org/.
6  * It's licensed under the GNU General Public License,
7  * please see the file GPL in the top level source directory.
8  */
9
10 #ifndef _MUTT_TUNNEL_H_
11 #define _MUTT_TUNNEL_H_ 1
12
13 #include "mutt_socket.h"
14
15 int mutt_tunnel_socket_setup (CONNECTION *);
16
17 #endif /* _MUTT_TUNNEL_H_ */