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