blob: a934c63af126aa92e78df918969b2099cc0dff29 [file] [log] [blame]
James Kuszmaul82f6c042021-01-17 11:30:16 -08001/**
2 * @file main.h Internal interface to main polling loop
3 *
4 * Copyright (C) 2010 Creytiv.com
5 */
6
7
8#ifdef HAVE_EPOLL
9bool epoll_check(void);
10#endif
11
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
17#ifdef USE_OPENSSL
18int openssl_init(void);
19void openssl_close(void);
20#endif
21
22#ifdef __cplusplus
23}
24#endif