#ifndef THREAD_POOL_H #define THREAD_POOL_H /* included for openssl and sockets */ #include #include #include #include #include #define FAIL -1 void ssl_pt_mutex(int srv, SSL_CTX *ctx, int poolsize); #endif /* THREAD_POOL_H */