blob: a934c63af126aa92e78df918969b2099cc0dff29 [file] [log] [blame]
/**
* @file main.h Internal interface to main polling loop
*
* Copyright (C) 2010 Creytiv.com
*/
#ifdef HAVE_EPOLL
bool epoll_check(void);
#endif
#ifdef __cplusplus
extern "C" {
#endif
#ifdef USE_OPENSSL
int openssl_init(void);
void openssl_close(void);
#endif
#ifdef __cplusplus
}
#endif