#ifndef RMPS_H #define RMPS_H #include #include "confparser.h" struct pool_data { int srv; SSL_CTX *ctx; int size; }; extern void launch_rmps(struct conf_table *conf, int fork_flag); #endif /* RMPS_H */