sslh/tcp-probe.h

7 lines
70 B
C

#ifndef TCP_PROBE_H
#define TCP_PROBE_H
void tcp_init(void);
#endif