mirror of
https://github.com/irssi/irssi.git
synced 2026-08-09 20:00:23 +02:00
6 lines
150 B
C
6 lines
150 B
C
#ifndef IRSSI_CORE_NETWORK_OPENSSL_H
|
|
#define IRSSI_CORE_NETWORK_OPENSSL_H
|
|
|
|
gboolean irssi_ssl_init(void);
|
|
|
|
#endif /* !IRSSI_CORE_NETWORK_OPENSSL_H */
|