mirror of
https://github.com/irssi/irssi.git
synced 2025-02-02 15:08:01 -05:00
7 lines
150 B
C
7 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 */
|