NASFAQ/nasfaq/connections/ws/my_ssl.h

8 lines
77 B
C
Raw Normal View History

2022-02-17 15:15:31 +00:00
#ifndef _MY_SSL_H_
#define _MY_SSL_H_
int connect_ws(std::string);
#endif