X-Git-Url: http://git.madism.org/?p=apps%2Fmadmutt.git;a=blobdiff_plain;f=lib-sys%2Fmutt_ssl.h;fp=lib-sys%2Fmutt_ssl.h;h=b0e6ee66b817d100dac4c40730f341d044ee76c3;hp=0000000000000000000000000000000000000000;hb=ccf2b75a9ed50a79c4d8e5d6235c7313fcd3719a;hpb=7b8296cfa5c33fbc73c34c4fe1ff6d7bfbaaba01 diff --git a/lib-sys/mutt_ssl.h b/lib-sys/mutt_ssl.h new file mode 100644 index 0000000..b0e6ee6 --- /dev/null +++ b/lib-sys/mutt_ssl.h @@ -0,0 +1,22 @@ +/* + * Copyright notice from original mutt: + * Copyright (C) 1999-2000 Tommi Komulainen + * + * 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_SSL_H_ +#define _MUTT_SSL_H_ 1 + +#include "mutt_socket.h" + +#if defined(USE_SSL) || defined(USE_GNUTLS) + +int mutt_ssl_starttls (CONNECTION * conn); +int mutt_ssl_socket_setup (CONNECTION * conn); + +#endif + +#endif /* _MUTT_SSL_H_ */