lib-network -> lib-sys.
[apps/madmutt.git] / lib-sys / mutt_ssl.h
diff --git a/lib-sys/mutt_ssl.h b/lib-sys/mutt_ssl.h
new file mode 100644 (file)
index 0000000..b0e6ee6
--- /dev/null
@@ -0,0 +1,22 @@
+/*
+ * Copyright notice from original mutt:
+ * Copyright (C) 1999-2000 Tommi Komulainen <Tommi.Komulainen@iki.fi>
+ *
+ * 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_ */