1
0
mirror of https://github.com/irssi/irssi.git synced 2025-02-02 15:08:01 -05:00
irssi/src/core/network-openssl.h
2019-05-01 22:22:22 +02:00

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 */