1 2 3 4 5 6 7
#ifndef TLS_START_H #define TLS_START_H int starttls_init(void); int starttls_info(void); #endif