#include "types.h" #include #ifndef PM_GLOBAL_VARS_H #define PM_GLOBAL_VARS_H extern void (*receive_callback)(std::vector, std::string); extern SSL_CTX *ctx_global; extern SSL *ssl_global; extern int sockfd_global; #endif