summaryrefslogtreecommitdiff
path: root/src/core/network-openssl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/network-openssl.h')
-rw-r--r--src/core/network-openssl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/network-openssl.h b/src/core/network-openssl.h
new file mode 100644
index 00000000..4cd6d711
--- /dev/null
+++ b/src/core/network-openssl.h
@@ -0,0 +1,6 @@
+#ifndef __NETWORK_OPENSSL_H
+#define __NETWORK_OPENSSL_H
+
+gboolean irssi_ssl_init(void);
+
+#endif /* !__NETWORK_OPENSSL_H */