X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-sys%2Fmutt_tunnel.h;fp=lib-sys%2Fmutt_tunnel.h;h=cacb564c11479eeef5f2bebc14559636fb208bf6;hp=0000000000000000000000000000000000000000;hb=ccf2b75a9ed50a79c4d8e5d6235c7313fcd3719a;hpb=7b8296cfa5c33fbc73c34c4fe1ff6d7bfbaaba01 diff --git a/lib-sys/mutt_tunnel.h b/lib-sys/mutt_tunnel.h new file mode 100644 index 0000000..cacb564 --- /dev/null +++ b/lib-sys/mutt_tunnel.h @@ -0,0 +1,17 @@ +/* + * Copyright notice from original mutt: + * [none] + * + * This file is part of mutt-ng, see http://www.muttng.org/. + * It's licensed under the GNU General Public License, + * please see the file GPL in the top level source directory. + */ + +#ifndef _MUTT_TUNNEL_H_ +#define _MUTT_TUNNEL_H_ 1 + +#include "mutt_socket.h" + +int mutt_tunnel_socket_setup (CONNECTION *); + +#endif /* _MUTT_TUNNEL_H_ */